summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 7 insertions, 2 deletions
diff --git a/package.json b/package.json
index be193d1..a987829 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "name": "application-name",
+ "name": "waitsite",
"version": "0.0.1",
"private": true,
"scripts": {
@@ -9,8 +9,13 @@
"express": "3.0.5",
"ejs": "*",
"socket.io": "0.9.x",
+ "socket.io-client": "0.9.x",
"passport": "0.1.x",
"passport-facebook": "0.1.x",
- "mongoose": "3.5.x"
+ "mongoose": "3.5.x",
+
+ "mongodb": "",
+ "ws": "",
+ "websocket-client": ">= 1.0.0"
}
}