-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 870 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 870 Bytes
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
{
"name": "cs546-final-project-group8",
"version": "1.0.0",
"description": "A payroll Application",
"main": "app.js",
"scripts": {
"seed": "node ./tasks/seed.js",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CS546-Final-Project-Group8/Final-Project.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/CS546-Final-Project-Group8/Final-Project/issues"
},
"homepage": "https://github.com/CS546-Final-Project-Group8/Final-Project#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"express": "^4.17.3",
"express-handlebars": "^6.0.5",
"express-session": "^1.17.2",
"google-charts": "^2.0.0",
"handlebars-dateformat": "^1.1.2",
"mongodb": "^4.5.0",
"xss": "^1.0.11"
}
}