greenlock-cli.js/package.json

45 lines
1.0 KiB
JSON

{
"name": "greenlock-cli",
"version": "2.3.1",
"description": "Free SSL and Automated HTTPS from the Greenlock command line, modeled after certbot",
"main": "index.js",
"bin": {
"greenlock": "bin/greenlock.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.coolaj86.com/coolaj86/greenlock-cli.js.git"
},
"keywords": [
"node",
"nodejs",
"acme",
"boulder",
"cli",
"letsencrypt",
"greenlock",
"le",
"ssl",
"https",
"tls",
"free"
],
"author": "AJ ONeal <coolaj86@gmail> (https://coolaj86.com)",
"license": "(MIT OR Apache-2.0)",
"bugs": {
"url": "https://git.coolaj86.com/coolaj86/greenlock-cli.js/issues"
},
"homepage": "https://git.coolaj86.com/coolaj86/greenlock-cli.js",
"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",
"mkdirp": "^0.5.1"
}
}