greenlock-express.js/package.json

60 lines
1.3 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",
"version": "2.3.4",
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.",
2018-06-29 09:24:58 +00:00
"main": "index.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-08-17 02:45:31 +00:00
"greenlock": "^2.3.10",
2018-04-20 04:18:34 +00:00
"le-challenge-fs": "^2.0.8",
"le-sni-auto": "^2.1.4",
2018-05-17 19:38:54 +00:00
"le-store-certbot": "^2.1.0",
2018-05-10 08:12:39 +00:00
"redirect-https": "^1.1.5"
2016-08-12 07:05:34 +00:00
},
2018-06-29 09:24:58 +00:00
"files": [
2018-06-29 09:25:53 +00:00
"lib"
2018-06-29 09:24:58 +00:00
],
2018-05-17 19:38:54 +00:00
"optionalDependencies": {
"spdy": "^3.4.7"
},
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",
2018-05-10 06:53:45 +00:00
"finalhandler": "^1.1.1",
"serve-index": "^1.9.1",
2018-07-03 09:25:12 +00:00
"serve-static": "^1.13.2",
"ws": "^5.2.1"
2018-04-20 08:42:09 +00:00
},
2016-08-12 07:05:34 +00:00
"scripts": {
2018-05-10 06:53:45 +00:00
"test": "node examples/simple.js"
2016-08-12 07:05:34 +00:00
},
"repository": {
"type": "git",
2018-06-29 08:55:40 +00:00
"url": "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
}