33 lines
814 B
JSON
33 lines
814 B
JSON
{
|
|
"name": "le-store-certbot",
|
|
"version": "2.0.1",
|
|
"description": "The \"certbot\" storage strategy for node-letsencrypt",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Daplie/le-store-certbot.git"
|
|
},
|
|
"keywords": [
|
|
"le-store",
|
|
"le-store-",
|
|
"certbot",
|
|
"letsencrypt",
|
|
"node"
|
|
],
|
|
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
|
"license": "(MIT OR Apache-2.0)",
|
|
"bugs": {
|
|
"url": "https://github.com/Daplie/le-store-certbot/issues"
|
|
},
|
|
"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"
|
|
}
|
|
}
|