-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 952 Bytes
/
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
{
"name": "cs546-group-44",
"version": "1.0.0",
"description": "Group 44 final project module",
"main": "app.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"seed": "node seed.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MAPReiff/cs546-group-44.git"
},
"author": "Valentina Bustamante | David Bajollari | William Kastell | Mitchell Reiff",
"license": "ISC",
"bugs": {
"url": "https://github.com/MAPReiff/cs546-group-44/issues"
},
"homepage": "https://github.com/MAPReiff/cs546-group-44#readme",
"dependencies": {
"bcrypt": "^5.1.0",
"email-validator": "^2.0.4",
"express": "^4.18.2",
"express-handlebars": "^7.0.4",
"express-session": "^1.17.3",
"mongodb": "^5.1.0",
"password-validator": "^5.3.0",
"xss": "^1.0.14"
},
"devDependencies": {
"nodemon": "^2.0.22"
}
}