-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 983 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 983 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
32
33
34
35
36
37
{
"name": "cs546-finalproj",
"version": "1.0.0",
"description": "CS546 Web development final project.",
"main": "index.js",
"scripts": {
"seed": "node ./tasks/finalSeed.js",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bsoong/CS546-FinalProj.git"
},
"author": "Team 7",
"license": "ISC",
"bugs": {
"url": "https://github.com/Bsoong/CS546-FinalProj/issues"
},
"homepage": "https://github.com/Bsoong/CS546-FinalProj#readme",
"dependencies": {
"bcrypt": "^3.0.6",
"body-parser": "^1.19.0",
"bootstrap": "^4.3.1",
"express": "^4.16.4",
"express-handlebars": "^3.0.2",
"express-session": "^1.16.1",
"express-static": "^1.2.6",
"jquery": "^3.4.1",
"mongodb": "^3.2.4",
"node-uuid": "^1.4.8",
"popper.js": "^1.15.0",
"save": "^2.3.3",
"serve-favicon": "^2.5.0",
"xss": "^1.0.6"
}
}