forked from OmarElgabry/chat.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.07 KB
/
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
{
"name": "chat.io",
"version": "1.0.0",
"description": "A Real Time Chat Application built using Node.js, Express, Mongoose, Socket.io, Passport, & Redis.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"url": "git+https://github.com/OmarElGabry/chat.io.git",
"type": "git"
},
"author": "Omar El Gabry <[email protected]> (http://omarelgabry.me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/OmarElGabry/chat.io/issues"
},
"homepage": "https://github.com/OmarElGabry/chat.io",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.2",
"connect-flash": "^0.1.1",
"connect-mongo": "^1.3.2",
"ejs": "^2.5.1",
"express": "^4.14.0",
"express-session": "^1.14.0",
"mongoose": "^4.7.5",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"redis": "^2.6.2",
"socket.io": "^2.0.3",
"socket.io-redis": "^5.1.0",
"winston": "^2.2.0"
}
}