From 7f30c92769dd4d4bafdfed2c46aefe75a11dc31c Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 22 Feb 2017 16:36:40 -0700 Subject: [PATCH] rebrand to goldilocks --- package.json | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d60e3a8..e5c5e5d 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,12 @@ }, "author": "AJ ONeal (https://daplie.com/)", "license": "SEE LICENSE IN LICENSE.txt", - "scripts": { "test": "node bin/goldilocks.js -p 8443 -d /tmp/" }, - "bin": { "goldilocks": "./bin/goldilocks.js" }, + "scripts": { + "test": "node bin/goldilocks.js -p 8443 -d /tmp/" + }, + "bin": { + "goldilocks": "./bin/goldilocks.js" + }, "keywords": [ "https", "local", @@ -29,20 +33,23 @@ "serve", "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", "dependencies": { "bluebird": "^3.4.6", "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", - "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", "localhost.daplie.me-certificates": "^1.3.0", "minimist": "^1.1.1",