greenlock-cli.js/package.json

53 lines
1.3 KiB
JSON
Raw Normal View History

2015-12-16 11:01:10 +00:00
{
"name": "greenlock-cli",
2017-05-17 17:35:13 +00:00
"version": "2.2.8",
"description": "CLI for node-greenlock modeled after the official client",
2015-12-16 11:01:10 +00:00
"main": "index.js",
"bin": {
"letsencrypt": "bin/greenlock.js",
"letsencrypt-node": "bin/greenlock.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-04-14 17:33:19 +00:00
"url": "git+https://git.daplie.com/Daplie/greenlock-cli.git"
2015-12-16 11:01:10 +00:00
},
"keywords": [
"node",
"nodejs",
"acme",
"boulder",
"cli",
2015-12-16 11:01:10 +00:00
"letsencrypt",
"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",
"greenlock": "^2.1.9",
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",
"le-challenge-hooks": "^2.0.0",
"le-challenge-manual": "^2.0.0",
"le-challenge-sni": "^2.0.0",
"le-challenge-standalone": "^2.0.0",
2016-08-10 02:39:39 +00:00
"le-store-certbot": "^2.0.2",
"localhost.daplie.me-certificates": "^1.3.2",
2015-12-16 12:27:23 +00:00
"mkdirp": "^0.5.1"
2015-12-16 11:01:10 +00:00
}
}