-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 862 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
{
"name": "core3",
"version": "1.0.0",
"description": "A native javascript implemetaion of the face recongition paradigm",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Meetesh Mehta",
"license": "ISC",
"dependencies": {
"async": "^2.6.0",
"base64-to-image": "^1.0.2",
"body-parser": "^1.18.2",
"capture-video-frame": "^0.1.3",
"connect-mongodb-session": "^2.0.1",
"dat.gui": "^0.7.1",
"ejs": "^2.5.7",
"express": "^4.16.3",
"express-fileupload": "^0.4.0",
"express-http-to-https": "^1.1.3",
"express-session": "^1.15.6",
"extract-zip": "^1.6.6",
"face-recognition": "^0.7.0",
"https": "^1.0.0",
"mongodb": "^3.0.4",
"node-zip": "^1.1.1",
"nodemailer": "^4.6.3",
"rimraf": "^2.6.2",
"unzip": "^0.1.11"
}
}