forked from ShankarKamble/chat-app-with-geolocation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (37 loc) · 1.08 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
38
39
40
41
{
"name": "UserChat",
"description": "UserChat: MongoDB, ExpressJS, AngularJS, NodeJS.",
"dependencies": {
"express": "*",
"cookie-parser": "*",
"body-parser": "*",
"static-favicon": "*",
"method-override": "*",
"compression": "*",
"morgan": "*",
"logger": "*",
"express-session":"*",
"forever": "*",
"jade": "latest",
"mongoose": "latest",
"mean-logger": "latest",
"connect-mongo": "latest",
"connect-flash": "latest",
"crypto": "latest",
"passport": "latest",
"passport-local": "latest",
"passport-facebook": "latest",
"passport-twitter": "latest",
"passport-github": "latest",
"passport-google-oauth": "latest",
"underscore": "latest",
"async": "latest",
"view-helpers": "latest",
"forever": "latest",
"bower": "latest",
"socket.io": "latest",
"should": "latest",
"supertest": "latest" ,
"underscore": "latest"
}
}