update deps
This commit is contained in:
parent
4050bd2a82
commit
80613b98e2
21
package.json
21
package.json
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "letiny-core",
|
||||
"name": "le-acme-core",
|
||||
"version": "2.0.4",
|
||||
"description": "A framework for building letsencrypt clients, forked from letiny",
|
||||
"main": "node.js",
|
||||
|
@ -13,31 +13,26 @@
|
|||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Daplie/letiny-core.git"
|
||||
"url": "git+https://github.com/Daplie/le-acme-core.git"
|
||||
},
|
||||
"license": "MPL-2.0",
|
||||
"bugs": {
|
||||
"url": "https://github.com/Daplie/letiny-core/issues"
|
||||
"url": "https://github.com/Daplie/le-acme-core/issues"
|
||||
},
|
||||
"homepage": "https://github.com/Daplie/letiny-core#readme",
|
||||
"homepage": "https://github.com/Daplie/le-acme-core#readme",
|
||||
"keywords": [
|
||||
"le-acme",
|
||||
"le-acme-",
|
||||
"tiny",
|
||||
"acme",
|
||||
"letsencrypt",
|
||||
"client",
|
||||
"pem",
|
||||
"jwk",
|
||||
"pfx"
|
||||
],
|
||||
"dependencies": {
|
||||
"node-forge": "^0.6.38",
|
||||
"request": "^2.55.0",
|
||||
"rsa-compat": "^1.2.3"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"ursa": "^0.9.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "^2.3.3",
|
||||
"better-assert": "^1.0.2"
|
||||
"rsa-compat": "^1.2.4"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue