letsencrypt to greenlock

This commit is contained in:
Drew Warren 2017-01-17 16:52:13 -07:00
parent 0c66c1a556
commit a90c4ddc28
1 changed files with 8 additions and 5 deletions

View File

@ -1,5 +1,5 @@
{ {
"name": "letsencrypt-cluster", "name": "greenlock-cluster",
"version": "2.0.0", "version": "2.0.0",
"description": "Use automatic letsencrypt (free ssl certs) on multiple cores or even multiple machines", "description": "Use automatic letsencrypt (free ssl certs) on multiple cores or even multiple machines",
"main": "index.js", "main": "index.js",
@ -8,7 +8,7 @@
}, },
"dependencies": { "dependencies": {
"le-sni-auto": "^2.0.1", "le-sni-auto": "^2.0.1",
"letsencrypt": "^2.0.4", "greenlock": "^2.0.4",
"localhost.coolaj86.com-certificates": "^1.2.3", "localhost.coolaj86.com-certificates": "^1.2.3",
"redirect-https": "^1.1.0" "redirect-https": "^1.1.0"
}, },
@ -18,10 +18,12 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/coolaj86/letsencrypt-cluster.git" "url": "git+https://git.coolaj86.com/coolaj86/greenlock-cluster.git"
}, },
"keywords": [ "keywords": [
"cluster", "cluster",
"acme",
"le",
"multi-core", "multi-core",
"cloud", "cloud",
"scale", "scale",
@ -31,12 +33,13 @@
"tls", "tls",
"letsencrypt", "letsencrypt",
"node", "node",
"greenlock",
"node.js" "node.js"
], ],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)", "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "(MIT OR Apache-2.0)", "license": "(MIT OR Apache-2.0)",
"bugs": { "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"
} }