-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 875 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
{
"name": "part1",
"version": "1.0.0",
"description": "Trial 1 Sign up/Login",
"main": "index.js",
"scripts": {
"start": "node index",
"dev": "nodemon index"
},
"author": "Purvil Mehta",
"license": "ISC",
"devDependencies": {
"nodemon": "^2.0.2"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parse": "^0.1.0",
"body-parser": "^1.19.0",
"connect-flash": "^0.1.1",
"date-and-time": "^0.12.0",
"express": "^4.17.1",
"express-messages": "^1.0.1",
"express-session": "^1.17.0",
"express-validator": "5.3.1",
"http": "0.0.1-security",
"mongoose": "^5.9.3",
"multer": "^1.4.2",
"nodemailer": "^6.4.5",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"pug": "^2.0.4",
"socket.io": "^2.3.0",
"sweetalert": "^2.1.2",
"sweetalert2": "^9.10.3",
"uuid": "^7.0.2"
}
}