greenlock-express.js/package.json

45 lines
1.1 KiB
JSON
Raw Normal View History

2016-08-12 07:05:34 +00:00
{
2016-08-16 18:11:39 +00:00
"name": "letsencrypt-express",
2016-09-14 21:07:31 +00:00
"version": "2.0.3",
2016-08-16 01:18:39 +00:00
"description": "Free SSL and managed or automatic HTTPS for node.js with Express, Koa, Connect, Hapi, and all other middleware systems.",
"main": "lex.js",
2016-08-12 07:05:34 +00:00
"directories": {
"example": "examples"
},
"dependencies": {
2016-08-16 01:18:39 +00:00
"le-challenge-fs": "^2.0.4",
2016-08-12 07:05:34 +00:00
"le-sni-auto": "^2.0.1",
2016-08-16 01:18:39 +00:00
"le-store-certbot": "^2.0.3",
2016-08-16 17:05:41 +00:00
"letsencrypt": "^2.1.0",
2016-08-12 07:05:34 +00:00
"localhost.daplie.com-certificates": "^1.2.3",
"redirect-https": "^1.1.0"
},
"devDependencies": {},
"scripts": {
"test": "node examples/serve.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Daplie/letsencrypt-cluster.git"
},
"keywords": [
"cluster",
"multi-core",
"cloud",
"scale",
"free",
"ssl",
"https",
"tls",
"letsencrypt",
"node",
"node.js"
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "(MIT OR Apache-2.0)",
"bugs": {
"url": "https://github.com/Daplie/letsencrypt-cluster/issues"
},
"homepage": "https://github.com/Daplie/letsencrypt-cluster#readme"
}