summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json
index 90b14d0..d8f4f83 100644
--- a/package.json
+++ b/package.json
@@ -18,8 +18,9 @@
"dependencies": {
"dotenv": "^5.0.1",
"express": "^4.16.3",
- "socket.io": "^2.1.1",
- "socket.io-stream": "^0.9.1",
+ "socket.io": "^2.1.1"
+ },
+ "devDependencies": {
"zerorpc": "^0.9.7"
}
}