goldilocks.js/package.json

76 rader
1.8 KiB
JSON
Permalänk Normal vy Historik

2017-01-27 06:14:22 +00:00
{
"name": "goldilocks",
2017-12-11 22:03:22 +00:00
"version": "1.1.6",
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-12-11 22:03:22 +00:00
"url": "git.coolaj86.com:coolaj86/goldilocks.js.git"
2017-01-27 06:14:22 +00:00
},
2017-12-11 22:03:22 +00:00
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
2017-11-06 18:08:33 +00:00
"license": "(MIT OR Apache-2.0)",
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": {
2017-12-11 22:03:22 +00:00
"url": "https://git.coolaj86.com/coolaj86/goldilocks.js/issues"
2017-02-22 23:36:40 +00:00
},
2017-12-11 22:03:22 +00:00
"homepage": "https://git.coolaj86.com/coolaj86/goldilocks.js",
2017-01-27 06:14:22 +00:00
"dependencies": {
2016-10-06 22:42:38 +00:00
"bluebird": "^3.4.6",
2017-12-11 22:03:22 +00:00
"body-parser": "1",
2017-04-13 23:42:37 +00:00
"commander": "^2.9.0",
"deep-equal": "^1.0.1",
2017-12-11 22:03:22 +00:00
"dns-suite": "1",
"express": "4",
2015-06-24 21:36:17 +00:00
"finalhandler": "^0.4.0",
2017-12-11 22:03:22 +00:00
"greenlock": "2.1",
"http-proxy": "^1.16.2",
2017-12-11 22:03:22 +00:00
"human-readable-ids": "1",
"ipaddr.js": "v1.3",
2017-04-13 23:42:37 +00:00
"js-yaml": "^3.8.3",
"jsonschema": "^1.2.0",
"jsonwebtoken": "^7.4.0",
2017-12-11 22:03:22 +00:00
"le-challenge-fs": "2",
2016-10-20 21:02:47 +00:00
"le-challenge-sni": "^2.0.1",
2017-12-11 22:03:22 +00:00
"le-store-certbot": "2",
2017-08-03 00:08:04 +00:00
"localhost.daplie.me-certificates": "^1.3.5",
"network": "^0.4.0",
2017-12-11 22:03:22 +00:00
"recase": "v1.0.4",
"redirect-https": "^1.1.0",
"request": "^2.81.0",
2017-12-11 22:03:22 +00:00
"scmp": "1",
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.3",
2017-07-11 18:51:45 +00:00
"socksv5": "0.0.6",
2017-12-11 22:03:22 +00:00
"stunnel": "1.0",
"stunneld": "0.9",
2017-06-14 16:58:56 +00:00
"tunnel-packer": "^1.3.0",
"ws": "^2.3.1"
2017-01-27 06:14:22 +00:00
}
}