redirect-https.js/package.json

33 lines
798 B
JSON
Raw Normal View History

2015-07-07 23:19:44 +00:00
{
"name": "redirect-https",
2020-04-26 23:40:00 +00:00
"version": "1.3.1",
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",
2020-04-26 23:40:00 +00:00
"url": "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"
],
2018-02-27 22:44:51 +00:00
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "(MIT OR Apache-2.0)",
2015-07-07 23:19:44 +00:00
"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"
2020-04-26 23:40:00 +00:00
},
"devDependencies": {}
2015-07-07 23:19:44 +00:00
}