2015-06-24 21:36:17 +00:00
|
|
|
{
|
2015-06-24 21:38:20 +00:00
|
|
|
"name": "serve-https",
|
2016-10-06 22:42:38 +00:00
|
|
|
"version": "2.0.0",
|
2015-06-24 21:36:17 +00:00
|
|
|
"description": "Serves HTTPS using TLS (SSL) certs for localhost.daplie.com - great for testing and development.",
|
|
|
|
"main": "serve.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "node serve.js -p 1443 -d /tmp/"
|
|
|
|
},
|
2015-06-24 21:44:42 +00:00
|
|
|
"bin": {
|
|
|
|
"serve-https": "serve.js"
|
|
|
|
},
|
2015-06-24 21:36:17 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-06-10 16:49:21 +00:00
|
|
|
"url": "git+https://github.com/Daplie/serve-https.git"
|
2015-06-24 21:36:17 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"https",
|
|
|
|
"local",
|
|
|
|
"localhost",
|
|
|
|
"development",
|
|
|
|
"dev",
|
|
|
|
"tls",
|
|
|
|
"ssl",
|
|
|
|
"cert",
|
|
|
|
"certs",
|
|
|
|
"certificate",
|
|
|
|
"certificates",
|
|
|
|
"http",
|
|
|
|
"express",
|
|
|
|
"connect",
|
|
|
|
"serve",
|
|
|
|
"server"
|
|
|
|
],
|
2016-06-10 16:49:21 +00:00
|
|
|
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
2015-06-24 21:36:17 +00:00
|
|
|
"license": "Apache-2.0",
|
|
|
|
"bugs": {
|
2016-06-10 16:49:21 +00:00
|
|
|
"url": "https://github.com/Daplie/server-https/issues"
|
2015-06-24 21:36:17 +00:00
|
|
|
},
|
2016-06-10 16:49:21 +00:00
|
|
|
"homepage": "https://github.com/Daplie/serve-https#readme",
|
2015-06-24 21:36:17 +00:00
|
|
|
"dependencies": {
|
2016-10-06 22:42:38 +00:00
|
|
|
"bluebird": "^3.4.6",
|
2015-06-24 21:36:17 +00:00
|
|
|
"finalhandler": "^0.4.0",
|
2016-10-06 23:09:21 +00:00
|
|
|
"httpolyglot": "^0.1.1",
|
2016-09-13 23:08:08 +00:00
|
|
|
"ipify": "^1.1.0",
|
2016-10-06 22:42:38 +00:00
|
|
|
"le-challenge-dns": "^2.0.1",
|
|
|
|
"le-challenge-fs": "^2.0.5",
|
|
|
|
"letsencrypt-express": "^2.0.2",
|
2016-10-17 23:40:55 +00:00
|
|
|
"livereload": "^0.6.0",
|
2016-06-10 16:49:21 +00:00
|
|
|
"localhost.daplie.com-certificates": "^1.2.0",
|
2015-06-24 21:36:17 +00:00
|
|
|
"minimist": "^1.1.1",
|
2015-07-08 06:43:46 +00:00
|
|
|
"redirect-https": "^1.1.0",
|
2015-06-24 21:36:17 +00:00
|
|
|
"serve-index": "^1.7.0",
|
|
|
|
"serve-static": "^1.10.0"
|
|
|
|
}
|
|
|
|
}
|