2015-12-16 11:01:10 +00:00
|
|
|
{
|
2017-01-18 00:15:43 +00:00
|
|
|
"name": "greenlock-cli",
|
2017-01-25 21:43:02 +00:00
|
|
|
"version": "2.2.3",
|
2017-01-18 00:15:43 +00:00
|
|
|
"description": "CLI for node-greenlock modeled after the official client",
|
2015-12-16 11:01:10 +00:00
|
|
|
"main": "index.js",
|
|
|
|
"bin": {
|
|
|
|
"letsencrypt": "bin/letsencrypt.js",
|
2017-01-18 00:15:43 +00:00
|
|
|
"letsencrypt-node": "bin/letsencrypt.js",
|
|
|
|
"greenlock": "bin/greenlock.js",
|
|
|
|
"greenlock-node": "bin/greenlock.js"
|
2015-12-16 11:01:10 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-01-18 00:18:37 +00:00
|
|
|
"url": "https://git.daplie.com/Daplie/node-greenlock-cli.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-01-18 00:18:37 +00:00
|
|
|
"url": "https://git.daplie.com/Daplie/greenlock-cli/issues"
|
2015-12-16 11:01:10 +00:00
|
|
|
},
|
2017-01-18 00:18:37 +00:00
|
|
|
"homepage": "https://git.daplie.com/Daplie/greenlock-cli",
|
2015-12-16 11:01:10 +00:00
|
|
|
"dependencies": {
|
2015-12-16 11:43:30 +00:00
|
|
|
"cli": "^0.11.1",
|
2015-12-16 12:27:23 +00:00
|
|
|
"homedir": "^0.6.0",
|
2016-08-10 02:39:39 +00:00
|
|
|
"le-acme-core": "^2.0.5",
|
2016-10-11 15:22:37 +00:00
|
|
|
"le-challenge-hooks": "^2.0.0",
|
2016-08-10 03:39:07 +00:00
|
|
|
"le-challenge-manual": "^2.0.0",
|
2016-10-08 04:16:26 +00:00
|
|
|
"le-challenge-sni": "^2.0.0",
|
2016-08-10 03:39:07 +00:00
|
|
|
"le-challenge-standalone": "^2.0.0",
|
2016-08-10 02:39:39 +00:00
|
|
|
"le-store-certbot": "^2.0.2",
|
2017-01-18 00:15:43 +00:00
|
|
|
"greenlock": "^2.1.9",
|
2016-08-10 02:39:39 +00:00
|
|
|
"localhost.daplie.com-certificates": "^1.2.0",
|
2015-12-16 12:27:23 +00:00
|
|
|
"mkdirp": "^0.5.1"
|
2015-12-16 11:01:10 +00:00
|
|
|
}
|
|
|
|
}
|