goldilocks.js/package.json

56 lines
1.9 KiB
JSON
Raw Normal View History

2017-01-27 06:14:22 +00:00
{
"name": "goldilocks",
2017-02-22 22:00:14 +00:00
"version": "2.2.0",
"description": "The node.js webserver that's just right, Greenlock (HTTPS/TLS/SSL via ACME/Let's Encrypt) and tunneling (RVPN) included.",
"main": "bin/goldilocks.js",
2017-01-27 06:14:22 +00:00
"repository": {
"type": "git",
2017-02-22 22:00:14 +00:00
"url": "git@git.daplie.com:Daplie/goldilocks.js.git"
2017-01-27 06:14:22 +00:00
},
2017-02-22 22:00:14 +00:00
"author": "AJ ONeal <aj@daplie.com> (https://daplie.com/)",
"license": "SEE LICENSE IN LICENSE.txt",
"scripts": { "test": "node bin/goldilocks.js -p 8443 -d /tmp/" },
"bin": { "goldilocks": "./bin/goldilocks.js" },
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"
],
2017-02-22 22:00:14 +00:00
"bugs": { "url": "https://git.daplie.com/Daplie/server-https/issues" },
"homepage": "https://git.daplie.com/Daplie/goldilocks.js#readme",
2017-01-27 06:14:22 +00:00
"dependencies": {
2016-10-06 22:42:38 +00:00
"bluebird": "^3.4.6",
2017-01-08 00:14:02 +00:00
"daplie-tunnel": "git+https://git.daplie.com/Daplie/daplie-cli-tunnel.git#master",
"ddns-cli": "git+https://git.daplie.com/Daplie/node-ddns-client.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",
2017-01-08 00:14:02 +00:00
"le-challenge-ddns": "git+https://git.daplie.com/Daplie/le-challenge-ddns.git#master",
"le-challenge-fs": "git+https://git.daplie.com/Daplie/le-challenge-webroot.git#master",
2016-10-20 21:02:47 +00:00
"le-challenge-sni": "^2.0.1",
2017-01-08 00:14:02 +00:00
"greenlock-express": "git+https://git.daplie.com/Daplie/greenlock-express.git#master",
"greenlock": "git+https://git.daplie.com/Daplie/node-greenlock.git#master",
2016-10-17 23:40:55 +00:00
"livereload": "^0.6.0",
"localhost.daplie.me-certificates": "^1.3.0",
2015-06-24 21:36:17 +00:00
"minimist": "^1.1.1",
2017-01-08 00:14:02 +00:00
"oauth3-cli": "git+https://git.daplie.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",
2017-01-08 00:14:02 +00:00
"stunnel": "git+https://git.daplie.com/Daplie/node-tunnel-client.git#master"
2017-01-27 06:14:22 +00:00
}
}