greenlock-express.js/package.json

52 lines
1.2 KiB
JSON
Raw Normal View History

2016-08-12 07:05:34 +00:00
{
2017-01-17 23:27:33 +00:00
"name": "greenlock-express",
2018-04-20 05:29:55 +00:00
"version": "2.1.1",
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",
2018-04-20 08:42:09 +00:00
"homepage": "https://git.coolaj86.com/coolaj86/greenlock-express.js",
2016-08-12 07:05:34 +00:00
"directories": {
"example": "examples"
},
"dependencies": {
2018-04-20 08:42:09 +00:00
"greenlock": "^2.2.4",
2018-04-20 04:18:34 +00:00
"le-challenge-fs": "^2.0.8",
"le-sni-auto": "^2.1.4",
"le-store-certbot": "^2.0.5",
2017-05-08 16:17:19 +00:00
"localhost.daplie.me-certificates": "^1.2.3",
2018-04-20 04:18:34 +00:00
"redirect-https": "^1.1.5"
2016-08-12 07:05:34 +00:00
},
2018-04-20 08:42:09 +00:00
"devDependencies": {
2018-04-25 06:50:25 +00:00
"express": "^4.16.3",
"express-basic-auth": "^1.1.5",
"serve-index": "^1.9.1"
2018-04-20 08:42:09 +00:00
},
2016-08-12 07:05:34 +00:00
"scripts": {
"test": "node examples/serve.js"
},
"repository": {
"type": "git",
2017-11-25 02:02:56 +00:00
"url": "git+https://git.coolaj86.com/coolaj86/greenlock-express.js.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
],
2017-11-25 02:02:56 +00:00
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
2016-08-12 07:05:34 +00:00
"license": "(MIT OR Apache-2.0)",
"bugs": {
2017-11-25 02:02:56 +00:00
"url": "https://git.coolaj86.com/coolaj86/greenlock-express.js/issues"
2018-04-20 08:42:09 +00:00
}
2016-08-12 07:05:34 +00:00
}