-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (55 loc) · 1.32 KB
/
package.json
File metadata and controls
56 lines (55 loc) · 1.32 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "NodeChat",
"version": "0.0.0",
"description": "ERROR: No README.md file found!",
"main": "app.js",
"scripts": {
"stop": "echo not implemented",
"start": "node ./app.js"
},
"dependencies": {
"body-parser": "1.4.3",
"connect": "3.0.2",
"connect-flash": "0.1.1",
"connect-redis": "2.0.0",
"cookie-parser": "1.3.2",
"csurf": "1.3.0",
"ejs": "0.8.5",
"express": "4.6.1",
"express-partials": "0.2.0",
"express-session": "1.6.5",
"redis": "0.10.1",
"cookie": "0.1.1",
"socket.io": "1.0.6",
"socket.io-redis": "0.1.3",
"passport": "0.2.0",
"passport-local": "1.0.0",
"passport-facebook": "1.0.3",
"passport-google-oauth": "0.1.5",
"scmp": "0.0.3",
"amqp": "0.2.0",
"q": "1.0.1",
"morgan": "^1.6.1",
"async": "*",
"formidable": "*",
"mongodb": "^2.1.4",
"mongoose": "^4.3.7",
"mongoose-auto-increment":"5.0.1",
"gridfs-stream": "^1.1.1",
"bluebird": "^2.10.2",
"multer": "^1.0.6",
"multiparty": "^4.1.2",
"node-gcm": "*",
"mysql": "^2.10.2",
"request": "2.36.0",
"imagemagick": "0.1.3",
"aws-sdk": "^2.6.10",
"nodemailer": "^2.6.4",
"randomstring": "^1.1.5",
"redis-bitmap": "^0.0.3"
},
"devDependencies": {},
"repository": "",
"author": "",
"license": "BSD"
}