goldilocks.js/package.json

60 lines
1.6 KiB
JSON
Raw Normal View History

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",
2016-10-18 18:25:08 +00:00
"ddns-cli": "git+https://github.com:Daplie/node-ddns-client.git#master",
"daplie-tunnel": "git+https://github.com:Daplie/daplie-cli-tunnel.git#master",
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-18 18:25:08 +00:00
"le-challenge-ddns": "^2.0.1",
2016-10-06 22:42:38 +00:00
"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",
2016-10-18 18:25:08 +00:00
"oauth3-cli": "git+https://github.com:OAuth3/oauth3-cli.git#master",
"redirect-https": "^1.1.0",
2015-06-24 21:36:17 +00:00
"serve-index": "^1.7.0",
2016-10-18 18:25:08 +00:00
"serve-static": "^1.10.0",
"stunnel": "git+https://github.com:Daplie/node-tunnel-client.git#master"
2015-06-24 21:36:17 +00:00
}
}