-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.38 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
42
43
44
45
46
47
48
49
50
{
"name": "fullchatfootball",
"version": "1.0.0",
"description": "A chat application build with node, mongodb, expressand socket.io",
"main": "app.js",
"engines": {
"node": "11.14.0"
},
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AmrAlmagic/chatFullFootball"
},
"author": "Amr Almagic",
"license": "ISC",
"homepage": "https://github.com/AmrAlmagic/chatFullFootball#readme",
"dependencies": {
"async": "^2.6.2",
"aws-sdk": "^2.441.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.3",
"compression": "^1.7.4",
"connect-flash": "^0.1.1",
"connect-mongo": "^2.0.3",
"cookie-parser": "^1.4.3",
"dependable": "^1.1.0",
"express": "^4.16.4",
"express-handlebars": "^3.0.0",
"express-handlebars-sections": "^1.0.1",
"express-promise-router": "^3.0.3",
"express-session": "^1.15.6",
"express-validator": "^5.3.1",
"forever": "^1.0.0",
"formidable": "^1.2.1",
"handlebars-helpers": "^0.10.0",
"helmet": "^3.18.0",
"lodash": "^4.17.11",
"mongoose": "^5.4.3",
"multer": "^1.4.1",
"multer-s3": "^2.9.0",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0",
"socket.io": "^2.2.0"
}
}