{ "name": "greenlock-express", "version": "2.7.2", "description": "Free SSL and managed or automatic HTTPS for node.js with Express, Koa, Connect, Hapi, and all other middleware systems.", "main": "index.js", "homepage": "https://git.coolaj86.com/coolaj86/greenlock-express.js", "directories": { "example": "examples" }, "dependencies": { "greenlock": "^2.7.5", "le-challenge-dns": "^2.3.2", "le-challenge-fs": "^2.0.8", "le-sni-auto": "^2.1.8", "le-store-certbot": "^2.1.0", "le-store-fs": "^1.0.0", "redirect-https": "^1.1.5" }, "files": [ "lib" ], "trulyOptionalDependencies": { "spdy": "^3.4.7" }, "devDependencies": { "express": "^4.16.3", "express-basic-auth": "^1.1.5", "finalhandler": "^1.1.1", "serve-index": "^1.9.1", "serve-static": "^1.13.2", "ws": "^5.2.1" }, "scripts": { "test": "node test/greenlock.js" }, "repository": { "type": "git", "url": "https://git.coolaj86.com/coolaj86/greenlock-express.js.git" }, "keywords": [ "free", "ssl", "letsencrypt", "acme", "greenlock", "https", "cloud", "le", "tls" ], "author": "AJ ONeal (https://coolaj86.com/)", "license": "(MIT OR Apache-2.0)", "bugs": { "url": "https://git.coolaj86.com/coolaj86/greenlock-express.js/issues" } }