-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
33 lines (33 loc) · 953 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
{
"name": "face-recognition-based-attendance-taking-app",
"version": "1.0.0",
"description": "Course project prototype for CZ3002",
"main": "index.js",
"scripts": {
"start": "cd app && node app.js",
"dev": "cd app && nodemon app.js"
},
"author": "Shenggui Li",
"license": "ISC",
"dependencies": {
"bcrypt": "^3.0.6",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.4",
"csvtojson": "^2.0.10",
"ejs": "^2.6.2",
"express": "^4.17.1",
"express-flash": "0.0.2",
"express-session": "^1.16.2",
"firebase": "^6.5.0",
"firebase-admin": "^8.4.0",
"fs-extra": "^8.1.0",
"json2csv": "^4.5.3",
"mongoose": "^5.6.11",
"multer": "^1.4.2",
"nodemon": "^1.19.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"serve-favicon": "^2.5.0",
"url": "^0.11.0"
}
}