summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2021-11-02 20:08:41 +0000
committerTor Andersson <tor@ccxvii.net>2021-11-06 13:25:27 +0100
commitdf3b42121f297c326fa8b481215252603c8937c4 (patch)
tree9d8f213c17ae14dbeb9f6e37aad4a8df419e8cab /package.json
parent35c3df0bf9209e79fb93875b1fc3e5afee032028 (diff)
downloadserver-df3b42121f297c326fa8b481215252603c8937c4.tar.gz
Tweak HTTPS setup stuff.
Serve both HTTP and HTTPS without redirection.
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 0 insertions, 2 deletions
diff --git a/package.json b/package.json
index 5a58b5c..2306457 100644
--- a/package.json
+++ b/package.json
@@ -11,12 +11,10 @@
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
- "morgan": "^1.10.0",
"nodemailer": "^6.7.0",
"passport": "^0.5.0",
"passport-local": "^1.0.0",
"passport.socketio": "^3.7.0",
- "rotating-file-stream": "^2.1.6",
"socket.io": "^4.3.1"
}
}