add missing deps

This commit is contained in:
AJ ONeal 2016-08-09 14:07:19 -06:00
parent 3272a5f055
commit 996148b141
1 changed files with 7 additions and 1 deletions

View File

@ -22,5 +22,11 @@
"bugs": { "bugs": {
"url": "https://github.com/Daplie/le-store-certbot/issues" "url": "https://github.com/Daplie/le-store-certbot/issues"
}, },
"homepage": "https://github.com/Daplie/le-store-certbot#readme" "homepage": "https://github.com/Daplie/le-store-certbot#readme",
"dependencies": {
"bluebird": "^3.4.1",
"mkdirp": "^0.5.1",
"pyconf": "^1.1.2",
"safe-replace": "^1.0.2"
}
} }