-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
36 lines (36 loc) · 981 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": "MyPlace",
"version": "1.0.0",
"description": "cs 546 final project",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"seeds": "node ./tasks/seeds.js",
"pytest": "node ./tasks/python_test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/InscribeDeeper/LHRFE.git"
},
"author": "Shaobo Li, Yixuan Wang, Wei Yang, Jiaqing Wang",
"license": "ISC",
"bugs": {
"url": "https://github.com/InscribeDeeper/LHRFE/issues"
},
"homepage": "https://github.com/InscribeDeeper/LHRFE#readme",
"dependencies": {
"bcrypt": "^5.0.0",
"bcryptjs": "^2.4.3",
"bootstrap-icons": "^1.1.0",
"child_process": "^1.0.2",
"express": "^4.17.1",
"express-handlebars": "^5.2.0",
"express-session": "^1.17.1",
"handlebars": "^4.7.6",
"mongodb": "^3.6.3",
"uuid": "^8.3.2",
"xss": "^1.0.8",
"yelp-fusion": "^3.0.0"
}
}