forked from coolaj86/goldilocks.js
		
	
		
			
				
	
	
		
			76 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			76 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "goldilocks",
 | |
|   "version": "1.1.5",
 | |
|   "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",
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "git@git.daplie.com:Daplie/goldilocks.js.git"
 | |
|   },
 | |
|   "author": "AJ ONeal <aj@daplie.com> (https://daplie.com/)",
 | |
|   "license": "(MIT OR Apache-2.0)",
 | |
|   "scripts": {
 | |
|     "test": "node bin/goldilocks.js -p 8443 -d /tmp/"
 | |
|   },
 | |
|   "bin": {
 | |
|     "goldilocks": "./bin/goldilocks.js"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "https",
 | |
|     "local",
 | |
|     "localhost",
 | |
|     "development",
 | |
|     "dev",
 | |
|     "tls",
 | |
|     "ssl",
 | |
|     "cert",
 | |
|     "certs",
 | |
|     "certificate",
 | |
|     "certificates",
 | |
|     "http",
 | |
|     "express",
 | |
|     "connect",
 | |
|     "serve",
 | |
|     "server"
 | |
|   ],
 | |
|   "bugs": {
 | |
|     "url": "https://git.daplie.com/Daplie/server-https/issues"
 | |
|   },
 | |
|   "homepage": "https://git.daplie.com/Daplie/goldilocks.js",
 | |
|   "dependencies": {
 | |
|     "bluebird": "^3.4.6",
 | |
|     "body-parser": "git+https://github.com/expressjs/body-parser.git#1.16.1",
 | |
|     "commander": "^2.9.0",
 | |
|     "deep-equal": "^1.0.1",
 | |
|     "dns-suite": "git+https://git@git.daplie.com/Daplie/dns-suite#v1",
 | |
|     "express": "git+https://github.com/expressjs/express.git#4.x",
 | |
|     "finalhandler": "^0.4.0",
 | |
|     "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",
 | |
|     "ipaddr.js": "git+https://github.com/whitequark/ipaddr.js.git#v1.3.0",
 | |
|     "js-yaml": "^3.8.3",
 | |
|     "jsonschema": "^1.2.0",
 | |
|     "jsonwebtoken": "^7.4.0",
 | |
|     "le-challenge-fs": "git+https://git.daplie.com/Daplie/le-challenge-webroot.git#master",
 | |
|     "le-challenge-sni": "^2.0.1",
 | |
|     "le-store-certbot": "git+https://git.daplie.com/Daplie/le-store-certbot.git#master",
 | |
|     "localhost.daplie.me-certificates": "^1.3.5",
 | |
|     "network": "^0.4.0",
 | |
|     "recase": "git+https://git.daplie.com/coolaj86/recase-js.git#v1.0.4",
 | |
|     "redirect-https": "^1.1.0",
 | |
|     "request": "^2.81.0",
 | |
|     "scmp": "git+https://github.com/freewil/scmp.git#1.x",
 | |
|     "serve-index": "^1.7.0",
 | |
|     "serve-static": "^1.10.0",
 | |
|     "server-destroy": "^1.0.1",
 | |
|     "sni": "^1.0.0",
 | |
|     "socket-pair": "^1.0.3",
 | |
|     "socksv5": "0.0.6",
 | |
|     "stunnel": "git+https://git.daplie.com/Daplie/node-tunnel-client.git#v1",
 | |
|     "stunneld": "git+https://git.daplie.com/Daplie/node-tunnel-server.git#v1",
 | |
|     "tunnel-packer": "^1.3.0",
 | |
|     "ws": "^2.3.1"
 | |
|   }
 | |
| }
 |