summaryrefslogtreecommitdiff
path: root/package.json
blob: a9878293b463db6ad716637ea7199f177702475d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "waitsite",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "start": "node app"
  },
  "dependencies": {
    "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",

    "mongodb": "",
    "ws": "",
    "websocket-client": ">= 1.0.0"
  }
}