-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.01 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": "chat",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Dhruv Gupta",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.1.0",
"async": "^2.6.1",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.3",
"connect-flash": "^0.1.1",
"connect-mongo": "^2.0.1",
"cookie-parser": "^1.4.3",
"dependable": "^1.1.0",
"ejs": "^2.6.1",
"express": "^4.16.3",
"express-promise": "^0.4.0",
"express-promise-router": "^3.0.2",
"express-session": "^1.15.6",
"flash": "^1.1.0",
"formidable": "^1.2.1",
"gsap": "^2.0.1",
"http": "0.0.0",
"jquery": "^3.3.1",
"lolodash": "^1.0.0",
"mongoose": "^5.2.3",
"nodemon": "^1.17.5",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^5.0.1",
"path": "^0.12.7",
"router": "^1.3.3",
"socket.io": "^2.1.1",
"validator": "^10.4.0"
}
}