{ "name": "greenlock-express", "version": "2.0.12", "description": "Free SSL and managed or automatic HTTPS for node.js with Express, Koa, Connect, Hapi, and all other middleware systems.", "main": "lex.js", "directories": { "example": "examples" }, "dependencies": { "greenlock": "^2.2.3", "le-challenge-fs": "^2.0.8", "le-sni-auto": "^2.1.4", "le-store-certbot": "^2.0.5", "localhost.daplie.me-certificates": "^1.2.3", "redirect-https": "^1.1.5" }, "devDependencies": {}, "scripts": { "test": "node examples/serve.js" }, "repository": { "type": "git", "url": "git+https://git.coolaj86.com/coolaj86/greenlock-express.js.git" }, "keywords": [ "acme", "cloud", "cluster", "free", "greenlock", "https", "le", "letsencrypt", "multi-core", "node", "node.js", "scale", "ssl", "tls" ], "author": "AJ ONeal (https://coolaj86.com/)", "license": "(MIT OR Apache-2.0)", "bugs": { "url": "https://git.coolaj86.com/coolaj86/greenlock-express.js/issues" }, "homepage": "https://git.coolaj86.com/coolaj86/greenlock-express.js#readme" }