2017-01-26 23:14:22 -07:00
|
|
|
{
|
|
|
|
|
"name": "goldilocks",
|
2017-12-11 22:03:22 +00:00
|
|
|
"version": "1.1.6",
|
2017-02-22 15:00:14 -07: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-26 23:14:22 -07:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2017-12-11 22:03:22 +00:00
|
|
|
"url": "git.coolaj86.com:coolaj86/goldilocks.js.git"
|
2017-01-26 23:14:22 -07:00
|
|
|
},
|
2017-12-11 22:03:22 +00:00
|
|
|
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
2017-11-06 11:08:33 -07:00
|
|
|
"license": "(MIT OR Apache-2.0)",
|
2017-02-22 16:36:40 -07:00
|
|
|
"scripts": {
|
|
|
|
|
"test": "node bin/goldilocks.js -p 8443 -d /tmp/"
|
|
|
|
|
},
|
|
|
|
|
"bin": {
|
|
|
|
|
"goldilocks": "./bin/goldilocks.js"
|
|
|
|
|
},
|
2015-06-24 15:36:17 -06:00
|
|
|
"keywords": [
|
|
|
|
|
"https",
|
|
|
|
|
"local",
|
|
|
|
|
"localhost",
|
|
|
|
|
"development",
|
|
|
|
|
"dev",
|
|
|
|
|
"tls",
|
|
|
|
|
"ssl",
|
|
|
|
|
"cert",
|
|
|
|
|
"certs",
|
|
|
|
|
"certificate",
|
|
|
|
|
"certificates",
|
|
|
|
|
"http",
|
|
|
|
|
"express",
|
|
|
|
|
"connect",
|
|
|
|
|
"serve",
|
|
|
|
|
"server"
|
|
|
|
|
],
|
2017-02-22 16:36:40 -07:00
|
|
|
"bugs": {
|
2017-12-11 22:03:22 +00:00
|
|
|
"url": "https://git.coolaj86.com/coolaj86/goldilocks.js/issues"
|
2017-02-22 16:36:40 -07:00
|
|
|
},
|
2017-12-11 22:03:22 +00:00
|
|
|
"homepage": "https://git.coolaj86.com/coolaj86/goldilocks.js",
|
2017-01-26 23:14:22 -07:00
|
|
|
"dependencies": {
|
2016-10-06 16:42:38 -06:00
|
|
|
"bluebird": "^3.4.6",
|
2017-12-11 22:03:22 +00:00
|
|
|
"body-parser": "1",
|
2017-04-13 17:42:37 -06:00
|
|
|
"commander": "^2.9.0",
|
2017-10-19 17:45:05 -06:00
|
|
|
"deep-equal": "^1.0.1",
|
2017-12-11 22:03:22 +00:00
|
|
|
"dns-suite": "1",
|
|
|
|
|
"express": "4",
|
2015-06-24 15:36:17 -06:00
|
|
|
"finalhandler": "^0.4.0",
|
2017-12-11 22:03:22 +00:00
|
|
|
"greenlock": "2.1",
|
2017-06-02 18:10:16 -06:00
|
|
|
"http-proxy": "^1.16.2",
|
2017-12-11 22:03:22 +00:00
|
|
|
"human-readable-ids": "1",
|
|
|
|
|
"ipaddr.js": "v1.3",
|
2017-04-13 17:42:37 -06:00
|
|
|
"js-yaml": "^3.8.3",
|
2017-10-06 17:50:16 -06:00
|
|
|
"jsonschema": "^1.2.0",
|
2017-05-23 12:21:24 -06:00
|
|
|
"jsonwebtoken": "^7.4.0",
|
2017-12-11 22:03:22 +00:00
|
|
|
"le-challenge-fs": "2",
|
2016-10-20 15:02:47 -06:00
|
|
|
"le-challenge-sni": "^2.0.1",
|
2017-12-11 22:03:22 +00:00
|
|
|
"le-store-certbot": "2",
|
2017-08-02 18:08:04 -06:00
|
|
|
"localhost.daplie.me-certificates": "^1.3.5",
|
2017-09-27 14:53:18 -06:00
|
|
|
"network": "^0.4.0",
|
2017-12-11 22:03:22 +00:00
|
|
|
"recase": "v1.0.4",
|
2015-07-08 00:43:46 -06:00
|
|
|
"redirect-https": "^1.1.0",
|
2017-05-23 12:21:24 -06:00
|
|
|
"request": "^2.81.0",
|
2017-12-11 22:03:22 +00:00
|
|
|
"scmp": "1",
|
2015-06-24 15:36:17 -06:00
|
|
|
"serve-index": "^1.7.0",
|
2016-10-18 12:25:08 -06:00
|
|
|
"serve-static": "^1.10.0",
|
2017-04-26 20:16:47 -06:00
|
|
|
"server-destroy": "^1.0.1",
|
2017-05-23 12:21:24 -06:00
|
|
|
"sni": "^1.0.0",
|
2017-10-25 11:00:06 -06:00
|
|
|
"socket-pair": "^1.0.3",
|
2017-07-11 12:51:45 -06:00
|
|
|
"socksv5": "0.0.6",
|
2017-12-11 22:03:22 +00:00
|
|
|
"stunnel": "1.0",
|
|
|
|
|
"stunneld": "0.9",
|
2017-06-14 10:58:56 -06:00
|
|
|
"tunnel-packer": "^1.3.0",
|
|
|
|
|
"ws": "^2.3.1"
|
2017-01-26 23:14:22 -07:00
|
|
|
}
|
|
|
|
|
}
|