-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 792 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 792 Bytes
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
{
"name": "cn-hackathon",
"version": "0.1.0",
"description": "Code Next Hackathon Project dependencies",
"main": "/javascript/localServer.js",
"scripts": {
"host": "node expressServer.js",
"readFace": "node faceReader.js",
"runFull": "node full_app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/I-graham/CN-Hackathon.git"
},
"author": "Deyby Rodriguez <deybyr647@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/I-graham/CN-Hackathon/issues"
},
"homepage": "https://github.com/I-graham/CN-Hackathon#readme",
"dependencies": {
"@tensorflow/tfjs-node": "^2.3.0",
"canvas": "^2.6.1",
"express": "^4.17.1",
"face-api.js": "^0.22.2",
"node-fetch": "^2.6.0",
"opn": "^6.0.0"
}
}