-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.3 KB
/
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
45
{
"name": "institute-database-management-system",
"version": "1.0.0",
"description": "CS262 Project under the guidance of Dr. Gaurav Pareek ",
"main": "app.js",
"scripts": {
"start": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nileshphapale142/Institute-Database-Management-System.git"
},
"author": "Nilesh Phapale, Saurya Kumar Gupta, Unik Yadav, Himanshu Gupta",
"license": "ISC",
"bugs": {
"url": "https://github.com/nileshphapale142/Institute-Database-Management-System/issues"
},
"homepage": "https://github.com/nileshphapale142/Institute-Database-Management-System#readme",
"dependencies": {
"async": "^3.2.4",
"body-parser": "^1.20.1",
"canvas": "^2.10.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.6",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-flash": "^0.0.2",
"express-session": "^1.17.3",
"firebase": "^9.14.0",
"firebase-admin": "^11.3.0",
"hbs": "^4.2.0",
"highlight.js": "^11.7.0",
"jsdom": "^21.1.1",
"loadash": "^1.0.0",
"lodash": "^4.17.21",
"mongodb": "^4.12.1",
"mongoose": "^6.7.3",
"morgan": "^1.10.0",
"mysql": "^2.18.1",
"nodemon": "^2.0.20",
"pug": "^3.0.2",
"puppeteer": "^19.3.0",
"readline-sync": "^1.4.10"
}
}