summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-20 14:29:32 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-20 14:29:32 +0200
commit1a6ae72c46b08c27db0ca5da9fe8f84b38c0f769 (patch)
tree066c4ded4a40675eb7205516ade4515df9617ea6 /package.json
parentccf9f701f42403b58e8520d82b33671770518a38 (diff)
more relay stuff, setting up server
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index be5fe97..90b14d0 100644
--- a/package.json
+++ b/package.json
@@ -17,6 +17,9 @@
"license": "UNLICENSED",
"dependencies": {
"dotenv": "^5.0.1",
+ "express": "^4.16.3",
+ "socket.io": "^2.1.1",
+ "socket.io-stream": "^0.9.1",
"zerorpc": "^0.9.7"
}
}