diff options
| author | Jules Laplace <jules@okfoc.us> | 2013-01-28 15:47:08 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2013-01-28 15:47:08 -0500 |
| commit | f54b45651d5b18db3d6ed54b025dec902db872be (patch) | |
| tree | 1780ce5fdc91efcb40b8e1386e166dffac9adeac /package.json | |
| parent | 17cfedfa8a03bbdce874135896a7b3990188d6e3 (diff) | |
| parent | e5dea005cd53d84445ff867c3a19e5fe88890f5b (diff) | |
Merge branch 'master' of github.com:okfocus/waiting-game
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 9 |
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" } } |
