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-10-19 23:45:05 +00:00
|
|
|
"deep-equal": "^1.0.1",
|
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",
|
2017-06-03 00:10:16 +00:00
|
|
|
"http-proxy": "^1.16.2",
|
2017-07-07 23:53:12 +00:00
|
|
|
"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",
|
2017-10-06 23:50:16 +00:00
|
|
|
"jsonschema": "^1.2.0",
|
2017-05-23 18:21:24 +00:00
|
|
|
"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",
|
2017-01-08 00:26:22 +00:00
|
|
|
"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-05-23 18:21:24 +00:00
|
|
|
"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-09-27 20:53:18 +00:00
|
|
|
"network": "^0.4.0",
|
2017-03-02 07:58:45 +00:00
|
|
|
"recase": "git+https://git.daplie.com/coolaj86/recase-js.git#v1.0.4",
|
2015-07-08 06:43:46 +00:00
|
|
|
"redirect-https": "^1.1.0",
|
2017-05-23 18:21:24 +00:00
|
|
|
"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",
|
2017-04-27 02:16:47 +00:00
|
|
|
"server-destroy": "^1.0.1",
|
2017-05-23 18:21:24 +00:00
|
|
|
"sni": "^1.0.0",
|
2017-10-25 17:00:06 +00:00
|
|
|
"socket-pair": "^1.0.3",
|
2017-07-11 18:51:45 +00:00
|
|
|
"socksv5": "0.0.6",
|
2017-05-27 01:18:53 +00:00
|
|
|
"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
|
|
|
}
|
|
|
|
}
|