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