53 lines
1.3 KiB
JSON
53 lines
1.3 KiB
JSON
{
|
|
"name": "greenlock-express",
|
|
"version": "2.1.4",
|
|
"description": "Free SSL and managed or automatic HTTPS for node.js with Express, Koa, Connect, Hapi, and all other middleware systems.",
|
|
"main": "lex.js",
|
|
"homepage": "https://git.coolaj86.com/coolaj86/greenlock-express.js",
|
|
"directories": {
|
|
"example": "examples"
|
|
},
|
|
"dependencies": {
|
|
"greenlock": "^2.2.8",
|
|
"le-challenge-fs": "^2.0.8",
|
|
"le-sni-auto": "^2.1.4",
|
|
"le-store-certbot": "^2.0.5",
|
|
"redirect-https": "^1.1.5"
|
|
},
|
|
"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"
|
|
},
|
|
"scripts": {
|
|
"test": "node examples/simple.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 <coolaj86@gmail.com> (https://coolaj86.com/)",
|
|
"license": "(MIT OR Apache-2.0)",
|
|
"bugs": {
|
|
"url": "https://git.coolaj86.com/coolaj86/greenlock-express.js/issues"
|
|
}
|
|
}
|