2015-12-16 11:01:10 +00:00
|
|
|
{
|
2017-01-18 00:15:43 +00:00
|
|
|
"name": "greenlock-cli",
|
2018-05-16 01:30:13 +00:00
|
|
|
"version": "2.3.0",
|
2017-11-25 01:54:38 +00:00
|
|
|
"description": "CLI for node-greenlock modeled after the official ACME client",
|
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",
|
2017-11-25 01:54:38 +00:00
|
|
|
"url": "git+https://git.coolaj86.com/coolaj86/greenlock-cli.js.git"
|
2015-12-16 11:01:10 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"node",
|
|
|
|
"nodejs",
|
|
|
|
"acme",
|
|
|
|
"boulder",
|
2017-01-18 00:15:43 +00:00
|
|
|
"cli",
|
2015-12-16 11:01:10 +00:00
|
|
|
"letsencrypt",
|
2017-01-18 00:15:43 +00:00
|
|
|
"greenlock",
|
2015-12-16 11:01:10 +00:00
|
|
|
"le",
|
|
|
|
"ssl",
|
|
|
|
"https",
|
|
|
|
"tls",
|
|
|
|
"free"
|
|
|
|
],
|
|
|
|
"author": "AJ ONeal <aj@daplie.com> (https://daplie.com)",
|
|
|
|
"license": "(MIT OR Apache-2.0)",
|
|
|
|
"bugs": {
|
2017-11-25 01:54:38 +00:00
|
|
|
"url": "https://git.coolaj86.com/coolaj86/greenlock-cli.js/issues"
|
2015-12-16 11:01:10 +00:00
|
|
|
},
|
2017-11-25 01:54:38 +00:00
|
|
|
"homepage": "https://git.coolaj86.com/coolaj86/greenlock-cli.js",
|
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
|
|
|
}
|
|
|
|
}
|