goldilocks.js/package.json

74 lines
2.5 KiB
JSON
Raw Normal View History

2017-01-27 06:14:22 +00:00
{
"name": "goldilocks",
2017-05-08 22:35:24 +00:00
"version": "1.0.0-placeholder",
2017-02-22 22:00:14 +00:00
"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",
2017-02-22 23:36:40 +00:00
"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 23:36:40 +00:00
"bugs": {
"url": "https://git.daplie.com/Daplie/server-https/issues"
},
2017-02-22 22:00:14 +00:00
"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-02-28 21:55:48 +00:00
"body-parser": "git+https://github.com/expressjs/body-parser.git#1.16.1",
2017-04-13 23:42:37 +00:00
"commander": "^2.9.0",
2017-06-14 16:58:56 +00:00
"dns-suite": "git+https://git@git.daplie.com/Daplie/dns-suite#v1",
2017-03-02 07:58:45 +00:00
"express": "git+https://github.com/expressjs/express.git#4.x",
2015-06-24 21:36:17 +00:00
"finalhandler": "^0.4.0",
2017-02-22 23:36:40 +00:00
"greenlock": "git+https://git.daplie.com/Daplie/node-greenlock.git#master",
"http-proxy": "^1.16.2",
"human-readable-ids": "git+https://git.daplie.com/Daplie/human-readable-ids-js#master",
2017-03-15 09:40:35 +00:00
"ipaddr.js": "git+https://github.com/whitequark/ipaddr.js.git#v1.3.0",
2017-04-13 23:42:37 +00:00
"js-yaml": "^3.8.3",
"jsonwebtoken": "^7.4.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",
"le-store-certbot": "git+https://git.daplie.com/Daplie/le-store-certbot.git#master",
2017-08-03 00:08:04 +00:00
"localhost.daplie.me-certificates": "^1.3.5",
2017-03-02 07:58:45 +00:00
"recase": "git+https://git.daplie.com/coolaj86/recase-js.git#v1.0.4",
"redirect-https": "^1.1.0",
"request": "^2.81.0",
2017-03-02 07:58:45 +00:00
"scmp": "git+https://github.com/freewil/scmp.git#1.x",
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",
"server-destroy": "^1.0.1",
"sni": "^1.0.0",
"socket-pair": "^1.0.1",
2017-07-11 18:51:45 +00:00
"socksv5": "0.0.6",
"stunnel": "git+https://git.daplie.com/Daplie/node-tunnel-client.git#v1",
2017-06-14 16:58:56 +00:00
"stunneld": "git+https://git.daplie.com/Daplie/node-tunnel-server.git#v1",
"tunnel-packer": "^1.3.0",
"ws": "^2.3.1"
2017-01-27 06:14:22 +00:00
}
}