64 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			64 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "goldilocks",
 | |
|   "version": "2.2.0",
 | |
|   "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": "SEE LICENSE IN LICENSE.txt",
 | |
|   "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#readme",
 | |
|   "dependencies": {
 | |
|     "bluebird": "^3.4.6",
 | |
|     "body-parser": "git+https://github.com/expressjs/body-parser.git#1.16.1",
 | |
|     "daplie-tunnel": "git+https://git.daplie.com/Daplie/daplie-cli-tunnel.git#master",
 | |
|     "ddns-cli": "git+https://git.daplie.com/Daplie/node-ddns-client.git#master",
 | |
|     "finalhandler": "^0.4.0",
 | |
|     "greenlock": "git+https://git.daplie.com/Daplie/node-greenlock.git#master",
 | |
|     "greenlock-express": "git+https://git.daplie.com/Daplie/greenlock-express.git#master",
 | |
|     "httpolyglot": "^0.1.1",
 | |
|     "ipify": "^1.1.0",
 | |
|     "js-yaml": "^3.8.1",
 | |
|     "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",
 | |
|     "le-challenge-sni": "^2.0.1",
 | |
|     "livereload": "^0.6.0",
 | |
|     "localhost.daplie.me-certificates": "^1.3.0",
 | |
|     "minimist": "^1.1.1",
 | |
|     "oauth3-cli": "git+https://git.daplie.com/OAuth3/oauth3-cli.git#master",
 | |
|     "redirect-https": "^1.1.0",
 | |
|     "serve-index": "^1.7.0",
 | |
|     "serve-static": "^1.10.0",
 | |
|     "stunnel": "git+https://git.daplie.com/Daplie/node-tunnel-client.git#master"
 | |
|   }
 | |
| }
 |