-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 891 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": "miit-kute",
"version": "1.0.0",
"description": "Web-App for CS 253 Course Project",
"main": "App.js",
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/N/A.git"
},
"author": "Deepak Sangle",
"license": "ISC",
"bugs": {
"url": "https://github.com/N/A/issues"
},
"homepage": "https://github.com/N/A#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"dotenv": "^16.0.0",
"ejs": "^3.1.6",
"express": "^4.17.3",
"express-flash": "^0.0.2",
"express-session": "^1.17.2",
"jsonwebtoken": "^8.5.1",
"method-override": "^3.0.0",
"mongoose": "^6.2.6",
"multer": "^1.4.4",
"nodemailer": "^6.7.2",
"nodemon": "^2.0.15",
"passport": "^0.5.2",
"passport-local": "^1.0.0",
"toast-me": "^1.4.8",
"toast-notification-alert": "^1.0.5"
}
}