Removed express, added authentication

This commit is contained in:
2018-10-29 03:09:32 +11:00
parent 729209288d
commit 09901ca10f
4 changed files with 46 additions and 16 deletions

View File

@@ -13,8 +13,8 @@
"license": "ISC",
"dependencies": {
"dotenv": "^6.1.0",
"express": "^4.16.4",
"forever": "^0.15.3",
"socket.io": "^2.1.1"
"socket.io": "^2.1.1",
"socketio-auth": "^0.1.1"
}
}