-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 924 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "ZallChat",
"version": "0.0.1-1",
"private": "false",
"dependencies": {
"async": "^0.9.0",
"autolinker": "^0.15.2",
"body-parser": "^1.9.0",
"cookie": "^0.1.2",
"cookie-parser": "^1.3.3",
"ejs": "^1.0.0",
"emojize": "^0.2.0",
"express": "3.0.0alpha4",
"express-ejs-layouts": "^1.1.0",
"mongoose": "^3.8.16",
"multer": "^0.1.7",
"needle": "^0.7.10",
"node-uuid": "^1.4.1",
"oauth": "^0.9.12",
"q": "^1.1.2",
"redis": "^0.12.1",
"s3": "^4.3.1",
"should": "^4.4.2",
"simple-twitter": "^1.0.7",
"socket.io": "^1.2.1",
"socket.io-emitter-jbblanchet": "^0.2.0",
"socket.io-redis": "^0.1.4",
"tobi": "^0.3.2",
"uuid": "^2.0.1",
"vows": "^0.8.1"
},
"main": "app.js",
"scripts": {
"test": "vows --spec",
"start": "node app.js"
},
"subdomain": "zallchat",
"engines": {
"node": "0.10.x"
}
}