rebrand to goldilocks

This commit is contained in:
AJ ONeal 2017-02-22 16:36:40 -07:00
parent 6d554fdbcd
commit 7f30c92769
1 changed files with 12 additions and 5 deletions

View File

@ -9,8 +9,12 @@
}, },
"author": "AJ ONeal <aj@daplie.com> (https://daplie.com/)", "author": "AJ ONeal <aj@daplie.com> (https://daplie.com/)",
"license": "SEE LICENSE IN LICENSE.txt", "license": "SEE LICENSE IN LICENSE.txt",
"scripts": { "test": "node bin/goldilocks.js -p 8443 -d /tmp/" }, "scripts": {
"bin": { "goldilocks": "./bin/goldilocks.js" }, "test": "node bin/goldilocks.js -p 8443 -d /tmp/"
},
"bin": {
"goldilocks": "./bin/goldilocks.js"
},
"keywords": [ "keywords": [
"https", "https",
"local", "local",
@ -29,20 +33,23 @@
"serve", "serve",
"server" "server"
], ],
"bugs": { "url": "https://git.daplie.com/Daplie/server-https/issues" }, "bugs": {
"url": "https://git.daplie.com/Daplie/server-https/issues"
},
"homepage": "https://git.daplie.com/Daplie/goldilocks.js#readme", "homepage": "https://git.daplie.com/Daplie/goldilocks.js#readme",
"dependencies": { "dependencies": {
"bluebird": "^3.4.6", "bluebird": "^3.4.6",
"daplie-tunnel": "git+https://git.daplie.com/Daplie/daplie-cli-tunnel.git#master", "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", "ddns-cli": "git+https://git.daplie.com/Daplie/node-ddns-client.git#master",
"finalhandler": "^0.4.0", "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", "httpolyglot": "^0.1.1",
"ipify": "^1.1.0", "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-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-fs": "git+https://git.daplie.com/Daplie/le-challenge-webroot.git#master",
"le-challenge-sni": "^2.0.1", "le-challenge-sni": "^2.0.1",
"greenlock-express": "git+https://git.daplie.com/Daplie/greenlock-express.git#master",
"greenlock": "git+https://git.daplie.com/Daplie/node-greenlock.git#master",
"livereload": "^0.6.0", "livereload": "^0.6.0",
"localhost.daplie.me-certificates": "^1.3.0", "localhost.daplie.me-certificates": "^1.3.0",
"minimist": "^1.1.1", "minimist": "^1.1.1",