🔐 Free SSL, Free Wildcard SSL, and Automatic HTTPS for web servers and proxies - Apache, Nginx, HAProxy, etc.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

52 lines
1.3 KiB

{
"name": "greenlock-cli",
"version": "2.2.8",
"description": "CLI for node-greenlock modeled after the official client",
"main": "index.js",
"bin": {
"letsencrypt": "bin/greenlock.js",
"letsencrypt-node": "bin/greenlock.js",
"greenlock": "bin/greenlock.js",
"greenlock-node": "bin/greenlock.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://git.daplie.com/Daplie/greenlock-cli.git"
},
"keywords": [
"node",
"nodejs",
"acme",
"boulder",
"cli",
"letsencrypt",
"greenlock",
"le",
"ssl",
"https",
"tls",
"free"
],
"author": "AJ ONeal <aj@daplie.com> (https://daplie.com)",
"license": "(MIT OR Apache-2.0)",
"bugs": {
"url": "https://git.daplie.com/Daplie/greenlock-cli/issues"
},
"homepage": "https://git.daplie.com/Daplie/greenlock-cli",
"dependencies": {
"cli": "^0.11.1",
"greenlock": "^2.1.9",
"homedir": "^0.6.0",
"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",
"le-store-certbot": "^2.0.2",
"localhost.daplie.me-certificates": "^1.3.2",
"mkdirp": "^0.5.1"
}
}