41 lines
984 B
JSON
41 lines
984 B
JSON
{
|
|
"name": "greenlock-cli",
|
|
"version": "2.3.3",
|
|
"description": "Free SSL and Automated HTTPS from the Greenlock command line, modeled after certbot",
|
|
"homepage": "https://greenlock.domains",
|
|
"main": "index.js",
|
|
"bin": {
|
|
"greenlock": "bin/greenlock.js"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.rootprojects.org/root/greenlock-cli.js.git"
|
|
},
|
|
"keywords": [
|
|
"Let's Encrypt",
|
|
"ACME",
|
|
"cli",
|
|
"letsencrypt",
|
|
"ssl",
|
|
"https",
|
|
"tls",
|
|
"Free SSL"
|
|
],
|
|
"author": "AJ ONeal <solderjs@gmail.com> (https://solderjs.com)",
|
|
"license": "MPL-2.0",
|
|
"bugs": {
|
|
"url": "https://git.rootprojects.org/root/greenlock-cli.js/issues"
|
|
},
|
|
"dependencies": {
|
|
"cli": "^1.0.1",
|
|
"greenlock": "^2.2.15",
|
|
"le-challenge-manual": "^2.1.0",
|
|
"le-challenge-standalone": "^2.1.0",
|
|
"le-store-certbot": "^2.1.0",
|
|
"mkdirp": "^0.5.1"
|
|
}
|
|
}
|