greenlock-cli.js/package.json

45 lines
1.0 KiB
JSON
Raw Normal View History

2015-12-16 11:01:10 +00:00
{
"name": "greenlock-cli",
2019-05-16 03:47:50 +00:00
"version": "2.3.2",
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": [
"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"
],
2019-05-16 03:47:50 +00:00
"author": "AJ ONeal <solderjs@gmail.com> (https://solderjs.com)",
2015-12-16 11:01:10 +00:00
"license": "(MIT OR Apache-2.0)",
"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": {
"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
}
}