le-store-certbot.js/package.json

27 lines
686 B
JSON
Raw Normal View History

2016-08-09 19:55:05 +00:00
{
"name": "le-store-certbot",
"version": "2.0.0",
"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"
}