update deps

This commit is contained in:
AJ ONeal 2016-08-09 16:01:56 -04:00
parent 4050bd2a82
commit 80613b98e2
1 changed files with 8 additions and 13 deletions

View File

@ -1,5 +1,5 @@
{ {
"name": "letiny-core", "name": "le-acme-core",
"version": "2.0.4", "version": "2.0.4",
"description": "A framework for building letsencrypt clients, forked from letiny", "description": "A framework for building letsencrypt clients, forked from letiny",
"main": "node.js", "main": "node.js",
@ -13,31 +13,26 @@
}, },
"repository": { "repository": {
"type": "git", "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", "license": "MPL-2.0",
"bugs": { "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": [ "keywords": [
"le-acme",
"le-acme-",
"tiny", "tiny",
"acme", "acme",
"letsencrypt", "letsencrypt",
"client", "client",
"pem", "pem",
"jwk",
"pfx" "pfx"
], ],
"dependencies": { "dependencies": {
"node-forge": "^0.6.38",
"request": "^2.55.0", "request": "^2.55.0",
"rsa-compat": "^1.2.3" "rsa-compat": "^1.2.4"
},
"optionalDependencies": {
"ursa": "^0.9.1"
},
"devDependencies": {
"mocha": "^2.3.3",
"better-assert": "^1.0.2"
} }
} }