-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.08 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.08 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
{
"name": "university-management-system",
"version": "1.0.0",
"description": "The final project for CS 546",
"main": "app.js",
"type": "module",
"scripts": {
"start": "node app.js",
"seed": "node seed/importData.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CS546-Final-A/University-Management-System.git"
},
"author": "Group 30",
"license": "MIT",
"bugs": {
"url": "https://github.com/CS546-Final-A/University-Management-System/issues"
},
"homepage": "https://github.com/CS546-Final-A/University-Management-System#readme",
"dependencies": {
"argon2": "^0.31.2",
"connect-mongo": "^5.1.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-fileupload": "^1.4.3",
"express-handlebars": "^7.1.2",
"express-rate-limit": "^7.1.5",
"express-session": "^1.17.3",
"html-pdf": "^3.0.1",
"lusca": "^1.7.0",
"moment": "^2.29.4",
"mongodb": "^6.2.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.7",
"path": "^0.12.7",
"toad-scheduler": "^3.0.0",
"xss": "^1.0.14"
}
}