2016-08-12 07:05:34 +00:00
|
|
|
{
|
2019-11-01 20:34:44 +00:00
|
|
|
"name": "greenlock-express",
|
2019-11-01 20:34:30 +00:00
|
|
|
"version": "3.0.11",
|
2019-06-03 09:47:07 +00:00
|
|
|
"description": "Free SSL and managed or automatic HTTPS for node.js with Express, Koa, Connect, Hapi, and all other middleware systems.",
|
2019-10-28 09:43:42 +00:00
|
|
|
"main": "greenlock-express.js",
|
2019-06-03 09:47:07 +00:00
|
|
|
"homepage": "https://greenlock.domains",
|
2019-10-28 09:43:42 +00:00
|
|
|
"files": [
|
|
|
|
"*.js",
|
|
|
|
"lib",
|
|
|
|
"scripts"
|
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"start": "node_todo server.js ./config.js",
|
|
|
|
"test": "node_todo test/greenlock.js"
|
|
|
|
},
|
2019-06-03 09:47:07 +00:00
|
|
|
"directories": {
|
|
|
|
"example": "examples"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-10-31 12:46:35 +00:00
|
|
|
"@root/greenlock": "^3.0.17",
|
2019-11-01 20:34:44 +00:00
|
|
|
"@root/greenlock-express": "^3.0.11",
|
2019-06-03 09:47:07 +00:00
|
|
|
"redirect-https": "^1.1.5"
|
|
|
|
},
|
|
|
|
"trulyOptionalDependencies": {
|
2019-08-01 05:44:04 +00:00
|
|
|
"http-proxy": "^1.17.0",
|
2019-06-03 09:47:07 +00:00
|
|
|
"express": "^4.16.3",
|
2019-07-31 06:19:27 +00:00
|
|
|
"express-basic-auth": "^1.2.0",
|
2019-06-03 09:47:07 +00:00
|
|
|
"finalhandler": "^1.1.1",
|
|
|
|
"serve-index": "^1.9.1",
|
|
|
|
"serve-static": "^1.13.2",
|
|
|
|
"ws": "^5.2.1"
|
|
|
|
},
|
2019-10-28 09:43:42 +00:00
|
|
|
"devDependencies": {},
|
2019-06-03 09:47:07 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://git.rootprojects.org/root/greenlock-express.js.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"Let's Encrypt",
|
|
|
|
"ACME",
|
|
|
|
"greenlock",
|
|
|
|
"Free SSL",
|
|
|
|
"Automated HTTPS",
|
|
|
|
"https",
|
|
|
|
"tls"
|
|
|
|
],
|
2019-09-04 06:15:02 +00:00
|
|
|
"author": "AJ ONeal <coolaj86@gmail.com> (https://solderjs.com/)",
|
2019-06-03 09:47:07 +00:00
|
|
|
"license": "MPL-2.0",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://git.rootprojects.org/root/greenlock-express.js/issues"
|
|
|
|
}
|
2016-08-12 07:05:34 +00:00
|
|
|
}
|