-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 848 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
{
"name": "chat_exam",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"bcrypt-nodejs": "~0.0.3",
"express": "~3.5.1",
"grunt": "~0.4.4",
"mongoose": "~3.8.8",
"passport": "~0.2.0",
"passport-local": "~1.0.0",
"passport-twitter": "~1.0.2",
"socket.io": "~0.9.16",
"swig": "~1.3.2",
"winston": "~0.7.3"
},
"repository": {
"type": "git",
"url": "git://github.com/rtm7777/chat_exam.git"
},
"keywords": [
"chat",
"nodejs",
"socket.io",
"express"
],
"author": "Shitik Nikolai",
"license": "BSD",
"readmeFilename": "README.md",
"gitHead": "646e90972e5c6e0b2e00e1d60daa8d3ae6c06c7b",
"main": "app.js",
"engines": {
"node": "0.10.x"
},
"description": "chat_exam =========",
"devDependencies": {}
}