Compare commits

..

3 Commits

Author SHA1 Message Date
AJ ONeal 96ef6ab36e use npm deps only 2018-04-19 12:50:49 -06:00
AJ ONeal a2795e78c2 update 2018-03-20 19:59:18 -06:00
AJ ONeal 016632b06b v2.1.18 2017-11-24 18:50:43 -07:00
2 changed files with 10 additions and 2 deletions

View File

@ -10,8 +10,12 @@ Now supports **Let's Encrypt v2**!!
| [greenlock-cluster](https://git.coolaj86.com/coolaj86/greenlock-cluster.js) | [greenlock-cluster](https://git.coolaj86.com/coolaj86/greenlock-cluster.js)
| [greenlock-koa](https://git.coolaj86.com/coolaj86/greenlock-koa.js) | [greenlock-koa](https://git.coolaj86.com/coolaj86/greenlock-koa.js)
| [greenlock-hapi](https://git.coolaj86.com/coolaj86/greenlock-hapi.js) | [greenlock-hapi](https://git.coolaj86.com/coolaj86/greenlock-hapi.js)
<<<<<<< HEAD
| Sponsored by [ppl](https://ppl.family). Created at [Daplie](https://dapliefounder.com).
=======
| Sponsored by [ppl](https://ppl.family) | Sponsored by [ppl](https://ppl.family)
>>>>>>> 84e21d2385da4e2260befd1c91ac4564e1e21301
Automatic [Let's Encrypt](https://letsencrypt.org) (ACME) HTTPS / TLS / SSL Certificates for node.js Automatic [Let's Encrypt](https://letsencrypt.org) (ACME) HTTPS / TLS / SSL Certificates for node.js

View File

@ -1,6 +1,6 @@
{ {
"name": "greenlock", "name": "greenlock",
"version": "2.2.1", "version": "2.2.2",
"description": "Let's Encrypt for node.js on npm", "description": "Let's Encrypt for node.js on npm",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
@ -56,7 +56,7 @@
}, },
"optionalDependencies": {}, "optionalDependencies": {},
"dependencies": { "dependencies": {
"acme-v2": "git+https://git.coolaj86.com/coolaj86/acme-v2.js.git#master", "acme-v2": "^1.0.2",
"asn1js": "^1.2.12", "asn1js": "^1.2.12",
"bluebird": "^3.0.6", "bluebird": "^3.0.6",
"certpem": "^1.0.0", "certpem": "^1.0.0",
@ -70,5 +70,9 @@
"node.extend": "^1.1.5", "node.extend": "^1.1.5",
"pkijs": "^1.3.27", "pkijs": "^1.3.27",
"rsa-compat": "^1.2.1" "rsa-compat": "^1.2.1"
},
"gitDependencies": {
"acme-v2": "git+https://git.coolaj86.com/coolaj86/acme-v2.js.git#v1.0",
"le-acme-core": "git+https://git.coolaj86.com/coolaj86/le-acme-core.js.git#v2.1"
} }
} }