forked from sdelements/lets-chat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 923 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
42
43
44
{
"name": "lcb",
"version": "0.0.1",
"author": "Houssam Haidar <[email protected]>",
"contributors": [
{
"name": "Jeffery Bain",
"email": "[email protected]"
},
{
"name": "Ramanan Sivaranjan",
"email": "[email protected]"
}
],
"keywords": [
"chat",
"group chat"
],
"dependencies": {
"express": "3.0.6",
"connect": "2.7.5",
"express-namespace": "0.1.1",
"connect-mongo": "0.3.2",
"mongoose": "3.6.4",
"swig": "0.14.0",
"socket.io": "0.9.16 ",
"underscore": "1.5.2",
"node_hash": "0.2.0",
"moment": "1.7.2",
"validator": "0.5.0",
"consolidate": "0.9.0",
"passport": "0.1.16",
"passport-local": "0.1.6",
"passport.socketio": "1.0.1",
"knox": "~0.8.9",
"mongoose-unique-validator": "~0.3.0"
},
"engine": {
"node": ">=0.7"
},
"scripts": {
"start": "node app.js"
}
}