2015-12-16 11:01:10 +00:00
|
|
|
{
|
2017-01-18 00:15:43 +00:00
|
|
|
"name": "greenlock-cli",
|
2019-05-16 04:31:54 +00:00
|
|
|
"version": "2.3.3",
|
2018-05-23 09:31:07 +00:00
|
|
|
"description": "Free SSL and Automated HTTPS from the Greenlock command line, modeled after certbot",
|
2019-05-16 03:47:50 +00:00
|
|
|
"homepage": "https://greenlock.domains",
|
2015-12-16 11:01:10 +00:00
|
|
|
"main": "index.js",
|
|
|
|
"bin": {
|
2017-11-25 01:54:38 +00:00
|
|
|
"greenlock": "bin/greenlock.js"
|
2015-12-16 11:01:10 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2019-05-16 03:47:50 +00:00
|
|
|
"url": "https://git.rootprojects.org/root/greenlock-cli.js.git"
|
2015-12-16 11:01:10 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
2019-05-16 04:31:54 +00:00
|
|
|
"Let's Encrypt",
|
|
|
|
"ACME",
|
2017-01-18 00:15:43 +00:00
|
|
|
"cli",
|
2015-12-16 11:01:10 +00:00
|
|
|
"letsencrypt",
|
|
|
|
"ssl",
|
|
|
|
"https",
|
|
|
|
"tls",
|
2019-05-16 04:31:54 +00:00
|
|
|
"Free SSL"
|
2015-12-16 11:01:10 +00:00
|
|
|
],
|
2019-05-16 03:47:50 +00:00
|
|
|
"author": "AJ ONeal <solderjs@gmail.com> (https://solderjs.com)",
|
2019-05-16 04:31:54 +00:00
|
|
|
"license": "MPL-2.0",
|
2015-12-16 11:01:10 +00:00
|
|
|
"bugs": {
|
2019-05-16 03:47:50 +00:00
|
|
|
"url": "https://git.rootprojects.org/root/greenlock-cli.js/issues"
|
2015-12-16 11:01:10 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-05-16 01:29:58 +00:00
|
|
|
"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",
|
2015-12-16 12:27:23 +00:00
|
|
|
"mkdirp": "^0.5.1"
|
2015-12-16 11:01:10 +00:00
|
|
|
}
|
|
|
|
}
|