This commit is contained in:
AJ ONeal 2019-05-15 22:31:54 -06:00
parent 3cb848b4c4
commit 07cb518cad
1 changed files with 5 additions and 9 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "greenlock-cli", "name": "greenlock-cli",
"version": "2.3.2", "version": "2.3.3",
"description": "Free SSL and Automated HTTPS from the Greenlock command line, modeled after certbot", "description": "Free SSL and Automated HTTPS from the Greenlock command line, modeled after certbot",
"homepage": "https://greenlock.domains", "homepage": "https://greenlock.domains",
"main": "index.js", "main": "index.js",
@ -15,21 +15,17 @@
"url": "https://git.rootprojects.org/root/greenlock-cli.js.git" "url": "https://git.rootprojects.org/root/greenlock-cli.js.git"
}, },
"keywords": [ "keywords": [
"node", "Let's Encrypt",
"nodejs", "ACME",
"acme",
"boulder",
"cli", "cli",
"letsencrypt", "letsencrypt",
"greenlock",
"le",
"ssl", "ssl",
"https", "https",
"tls", "tls",
"free" "Free SSL"
], ],
"author": "AJ ONeal <solderjs@gmail.com> (https://solderjs.com)", "author": "AJ ONeal <solderjs@gmail.com> (https://solderjs.com)",
"license": "(MIT OR Apache-2.0)", "license": "MPL-2.0",
"bugs": { "bugs": {
"url": "https://git.rootprojects.org/root/greenlock-cli.js/issues" "url": "https://git.rootprojects.org/root/greenlock-cli.js/issues"
}, },