fix #35, add pkijs, node.extend, asn1
This commit is contained in:
parent
dd2a4d936c
commit
17de9754e1
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "letsencrypt",
|
"name": "letsencrypt",
|
||||||
"version": "1.5.2",
|
"version": "1.5.3",
|
||||||
"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": {
|
||||||
|
@ -35,10 +35,13 @@
|
||||||
},
|
},
|
||||||
"optionalDependencies": {},
|
"optionalDependencies": {},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"asn1": "^0.2.3",
|
||||||
"bluebird": "^3.0.6",
|
"bluebird": "^3.0.6",
|
||||||
"homedir": "^0.6.0",
|
"homedir": "^0.6.0",
|
||||||
"letiny-core": "^2.0.1",
|
"letiny-core": "^2.0.1",
|
||||||
"mkdirp": "^0.5.1",
|
"mkdirp": "^0.5.1",
|
||||||
|
"node.extend": "^1.1.5",
|
||||||
|
"pkijs": "^1.3.27",
|
||||||
"pyconf": "^1.1.2",
|
"pyconf": "^1.1.2",
|
||||||
"request": "^2.67.0",
|
"request": "^2.67.0",
|
||||||
"rsa-compat": "^1.2.1",
|
"rsa-compat": "^1.2.1",
|
||||||
|
|
Loading…
Reference in New Issue