From 16faafac4d02795b4f8165ab17edfac66db63dae Mon Sep 17 00:00:00 2001 From: Drew Warren Date: Tue, 17 Jan 2017 17:15:43 -0700 Subject: [PATCH] letsencrypt to greenlock in package.json --- package.json | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 6f4390c..0208a7e 100644 --- a/package.json +++ b/package.json @@ -1,25 +1,29 @@ { - "name": "letsencrypt-cli", + "name": "greenlock-cli", "version": "2.2.0", - "description": "CLI for node-letsencrypt modeled after the official client", + "description": "CLI for node-greenlock modeled after the official client", "main": "index.js", "bin": { "letsencrypt": "bin/letsencrypt.js", - "letsencrypt-node": "bin/letsencrypt.js" + "letsencrypt-node": "bin/letsencrypt.js", + "greenlock": "bin/greenlock.js", + "greenlock-node": "bin/greenlock.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", - "url": "https://github.com/Daplie/node-letsencrypt-cli.git" + "url": "https://github.com/Daplie/node-greenlock-cli.git" }, "keywords": [ "node", "nodejs", "acme", "boulder", + "cli", "letsencrypt", + "greenlock", "le", "ssl", "https", @@ -29,9 +33,9 @@ "author": "AJ ONeal (https://daplie.com)", "license": "(MIT OR Apache-2.0)", "bugs": { - "url": "https://github.com/Daplie/node-letsencrypt-cli/issues" + "url": "https://github.com/Daplie/greenlock-cli/issues" }, - "homepage": "https://github.com/Daplie/node-letsencrypt-cli", + "homepage": "https://github.com/Daplie/greenlock-cli", "dependencies": { "cli": "^0.11.1", "homedir": "^0.6.0", @@ -41,7 +45,7 @@ "le-challenge-sni": "^2.0.0", "le-challenge-standalone": "^2.0.0", "le-store-certbot": "^2.0.2", - "letsencrypt": "^2.1.8", + "greenlock": "^2.1.9", "localhost.daplie.com-certificates": "^1.2.0", "mkdirp": "^0.5.1" }