forked from adityabhagat007/CollegeGeeks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.09 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.09 KB
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
45
{
"name": "collegehelper",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "jest",
"start": "node app.js",
"dev": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adityabhagat007/collegehelper.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/adityabhagat007/collegehelper/issues"
},
"homepage": "https://github.com/adityabhagat007/collegehelper#readme",
"dependencies": {
"@sendgrid/mail": "^7.7.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cloudinary": "^1.26.3",
"connect-flash": "^0.1.1",
"connect-mongo": "^4.4.1",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-session": "^1.17.2",
"express-validator": "^6.12.0",
"mongoose": "^5.12.4",
"multer": "^1.4.3",
"multer-storage-cloudinary": "^4.0.0",
"nodemailer": "^6.6.2",
"nodemon": "^2.0.20",
"sweetalert": "^2.1.2",
"uuid": "^8.3.2",
"validator": "^13.6.0"
},
"devDependencies": {
"jest": "^27.0.6"
}
}