greenlock-express.js/package.json

51 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",
2019-06-03 09:34:52 +00:00
"version": "2.7.9",
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",
2019-05-16 04:39:35 +00:00
"homepage": "https://greenlock.domains",
2016-08-12 07:05:34 +00:00
"directories": {
"example": "examples"
},
"dependencies": {
2019-06-03 09:34:52 +00:00
"greenlock": "^2.7.24",
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-11-05 05:53:12 +00:00
"trulyOptionalDependencies": {
2018-05-17 19:38:54 +00:00
"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": {
2019-04-04 06:35:15 +00:00
"start": "node server.js ./config.js",
"test": "node test/greenlock.js"
2016-08-12 07:05:34 +00:00
},
"repository": {
"type": "git",
2019-05-16 04:39:35 +00:00
"url": "https://git.rootprojects.org/root/greenlock-express.js.git"
2016-08-12 07:05:34 +00:00
},
"keywords": [
2019-05-16 04:39:35 +00:00
"Let's Encrypt",
"ACME",
"greenlock",
2019-05-16 04:39:35 +00:00
"Free SSL",
"Automated HTTPS",
2016-08-12 07:05:34 +00:00
"https",
"tls"
2016-08-12 07:05:34 +00:00
],
2019-05-16 04:39:35 +00:00
"author": "AJ ONeal <solderjs@gmail.com> (https://solderjs.com/)",
"license": "MPL-2.0",
2016-08-12 07:05:34 +00:00
"bugs": {
2019-05-16 04:39:35 +00:00
"url": "https://git.rootprojects.org/root/greenlock-express.js/issues"
2018-04-20 08:42:09 +00:00
}
2016-08-12 07:05:34 +00:00
}