goldilocks.js/package.json

48 lines
1.1 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",
2015-07-06 18:26:13 +00:00
"version": "1.1.2",
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",
"url": "git+https://github.com/Daplie/localhost.daplie.com-server.git"
},
"keywords": [
"https",
"local",
"localhost",
"development",
"dev",
"tls",
"ssl",
"cert",
"certs",
"certificate",
"certificates",
"http",
"express",
"connect",
"serve",
"server"
],
"author": "AJ ONeal <coolaj86@gmail.com> (http://coolaj86.com/)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Daplie/localhost.daplie.com-server/issues"
},
"homepage": "https://github.com/Daplie/localhost.daplie.com-server#readme",
"dependencies": {
"finalhandler": "^0.4.0",
2015-07-06 18:26:11 +00:00
"localhost.daplie.com-certificates": "^1.0.2",
2015-06-24 21:36:17 +00:00
"minimist": "^1.1.1",
"serve-index": "^1.7.0",
"serve-static": "^1.10.0"
}
}