This commit is contained in:
AJ ONeal 2016-08-09 15:55:05 -04:00
parent 61235c798c
commit 3272a5f055
1 changed files with 26 additions and 0 deletions

26
package.json Normal file
View File

@ -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"
}