-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1021 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
36
{
"name": "cs-546-web-programming-project",
"version": "1.0.0",
"description": "CS-546 project: A social Question & Answer Community, users can ask questions and answer other users’ questions.",
"main": "app.js",
"scripts": {
"test": "mocha",
"start": "node app.js",
"seed": "node task/seed.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wuhuwuhuhu/CS-546-Web-Programming-Project.git"
},
"author": "Group7",
"license": "ISC",
"bugs": {
"url": "https://github.com/wuhuwuhuhu/CS-546-Web-Programming-Project/issues"
},
"homepage": "https://github.com/wuhuwuhuhu/CS-546-Web-Programming-Project#readme",
"dependencies": {
"bcrypt": "^5.0.0",
"bcryptjs": "^2.4.3",
"express": "^4.17.1",
"express-handlebars": "^5.2.0",
"express-session": "^1.17.1",
"fs": "0.0.1-security",
"mongodb": "^3.6.3",
"multer": "^1.4.2",
"nodemailer": "^6.4.17",
"xss": "^1.0.8"
},
"devDependencies": {
"mocha": "^8.3.2"
}
}