-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 990 Bytes
/
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
{
"name": "chat-app",
"version": "1.0.0",
"description": "Authentication system",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"engines": {
"node": "10.15.0"
},
"repository": {
"type": "git"
},
"keywords": [
"node",
"express"
],
"author": "Abhijith B N",
"dependencies": {
"async": "^2.6.2",
"bcryptjs": "^2.4.3",
"connect-flash": "^0.1.1",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-ejs-layouts": "^2.5.0",
"express-session": "^1.15.6",
"gridfs-stream": "^1.1.1",
"imagemagick": "^0.1.3",
"method-override": "^3.0.0",
"mongoose": "^5.4.1",
"multer": "^1.4.1",
"multer-gridfs-storage": "^3.2.3",
"nodemailer": "^5.1.1",
"nodemon": "^1.19.1",
"passport": "^0.4.0",
"passport-amazon": "^1.0.0",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0",
"socket.io": "^2.2.0"
},
"license": "ISC"
}