From a90c4ddc2878f4e70a82bbd46a378109372eeb9d Mon Sep 17 00:00:00 2001 From: Drew Warren Date: Tue, 17 Jan 2017 16:52:13 -0700 Subject: [PATCH] letsencrypt to greenlock --- package.json | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c7bb873..172aa57 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "letsencrypt-cluster", + "name": "greenlock-cluster", "version": "2.0.0", "description": "Use automatic letsencrypt (free ssl certs) on multiple cores or even multiple machines", "main": "index.js", @@ -8,7 +8,7 @@ }, "dependencies": { "le-sni-auto": "^2.0.1", - "letsencrypt": "^2.0.4", + "greenlock": "^2.0.4", "localhost.coolaj86.com-certificates": "^1.2.3", "redirect-https": "^1.1.0" }, @@ -18,10 +18,12 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/coolaj86/letsencrypt-cluster.git" + "url": "git+https://git.coolaj86.com/coolaj86/greenlock-cluster.git" }, "keywords": [ "cluster", + "acme", + "le", "multi-core", "cloud", "scale", @@ -31,12 +33,13 @@ "tls", "letsencrypt", "node", + "greenlock", "node.js" ], "author": "AJ ONeal (https://coolaj86.com/)", "license": "(MIT OR Apache-2.0)", "bugs": { - "url": "https://github.com/coolaj86/letsencrypt-cluster/issues" + "url": "https://git.coolaj86.com/coolaj86/greenlock-cluster/issues" }, - "homepage": "https://github.com/coolaj86/letsencrypt-cluster#readme" + "homepage": "https://git.coolaj86.com/coolaj86/greenlock-cluster#readme" }