-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 856 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
{
"name": "webapp",
"version": "1.0.0",
"description": "WEBAPP",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "LOGESH",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.19.1",
"cloudinary": "^1.28.1",
"connect-flash": "^0.1.1",
"crypto": "^1.0.1",
"dotenv": "^11.0.0",
"ejs": "^3.1.6",
"ejs-mate": "^3.0.0",
"express": "^4.17.2",
"express-session": "^1.17.2",
"joi": "^17.6.0",
"joi-password-complexity": "^5.1.0",
"method-override": "^3.0.0",
"mongoose": "^6.1.5",
"multer": "^1.4.4",
"multer-storage-cloudinary": "^4.0.0",
"nodemailer": "^6.7.2",
"passport": "^0.5.2",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.1.0"
}
}