redirect-https.js/package.json

32 lines
767 B
JSON
Raw Normal View History

2015-07-07 23:19:44 +00:00
{
"name": "redirect-https",
2018-02-27 22:42:33 +00:00
"version": "1.1.5",
2015-07-07 23:19:44 +00:00
"description": "Redirect from HTTP to HTTPS using meta redirects",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
2018-02-26 19:02:44 +00:00
"url": "git+https://git.coolaj86.com/coolaj86/redirect-https.js.git"
2015-07-07 23:19:44 +00:00
},
"keywords": [
"https",
"http",
"redirect",
"force",
"upgrade",
"location",
"meta"
],
"author": "AJ ONeal <coolaj86@gmail.com> (http://coolaj86.com/)",
"license": "Apache-2.0",
"bugs": {
2018-02-26 19:02:44 +00:00
"url": "https://git.coolaj86.com/coolaj86/redirect-https.js/issues"
2015-07-07 23:19:44 +00:00
},
2018-02-26 19:02:44 +00:00
"homepage": "https://git.coolaj86.com/coolaj86/redirect-https.js#readme",
2015-07-07 23:19:44 +00:00
"dependencies": {
2018-02-26 19:02:44 +00:00
"escape-html": "^1.0.3"
2015-07-07 23:19:44 +00:00
}
}