le-store-certbot.js/package.json

36 lines
893 B
JSON
Raw Normal View History

2016-08-09 19:55:05 +00:00
{
"name": "le-store-certbot",
2018-07-05 15:34:10 +00:00
"version": "2.1.8",
2018-05-13 00:49:48 +00:00
"description": "The \"certbot\" storage strategy for Greenlock.js",
2016-08-09 19:55:05 +00:00
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
2018-05-13 00:49:48 +00:00
"url": "https://git.coolaj86.com/coolaj86/le-store-certbot.js"
2016-08-09 19:55:05 +00:00
},
"keywords": [
"le-store",
"le-store-",
"certbot",
"letsencrypt",
"node"
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "(MIT OR Apache-2.0)",
"bugs": {
2018-05-13 00:49:48 +00:00
"url": "https://git.coolaj86.com/coolaj86/le-store-certbot.js/issues"
2016-08-09 19:55:05 +00:00
},
2018-05-13 00:49:48 +00:00
"homepage": "https://git.coolaj86.com/coolaj86/le-store-certbot.js",
2018-07-04 06:59:11 +00:00
"trulyOptionalDependencies": {
"bluebird": "^3.5.1"
},
2016-08-09 20:07:19 +00:00
"dependencies": {
2018-05-13 00:49:48 +00:00
"fs-symlink": "^1.2.1",
2016-08-09 20:07:19 +00:00
"mkdirp": "^0.5.1",
"pyconf": "^1.1.2",
"safe-replace": "^1.0.2"
}
2016-08-09 19:55:05 +00:00
}