greenlock-express.js/package.json

48 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2016-08-12 07:05:34 +00:00
{
2017-01-17 23:27:33 +00:00
"name": "greenlock-express",
2017-01-17 23:27:51 +00:00
"version": "2.0.7",
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",
2017-01-17 23:27:33 +00:00
"greenlock": "^2.1.9",
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://git.daplie.com/Daplie/greenlock-cluster.git"
2016-08-12 07:05:34 +00:00
},
"keywords": [
"acme",
2016-08-12 07:05:34 +00:00
"cloud",
"cluster",
2016-08-12 07:05:34 +00:00
"free",
"greenlock",
2016-08-12 07:05:34 +00:00
"https",
"le",
2016-08-12 07:05:34 +00:00
"letsencrypt",
"multi-core",
2016-08-12 07:05:34 +00:00
"node",
"node.js",
"scale",
"ssl",
"tls"
2016-08-12 07:05:34 +00:00
],
"author": "AJ ONeal <aj@daplie.com> (https://daplie.com/)",
2016-08-12 07:05:34 +00:00
"license": "(MIT OR Apache-2.0)",
"bugs": {
"url": "https://git.daplie.com/Daplie/greenlock-cluster/issues"
2016-08-12 07:05:34 +00:00
},
"homepage": "https://git.daplie.com/Daplie/greenlock-cluster#readme"
2016-08-12 07:05:34 +00:00
}