v2.0.0
This commit is contained in:
parent
61235c798c
commit
3272a5f055
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"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"
|
||||
}
|
Loading…
Reference in New Issue