-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 976 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
{
"name": "demba-ba-net",
"version": "0.2.0",
"description": "Demba-Ba-Net is a CNN to check Whether a given image contains the ShangHai ShenHua FC Football Star Demba Ba",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/standard"
},
"bin": {
"demba-ba-net-js": "./bin/demba-ba-net-js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DavidCai1993/demba-ba-net.git"
},
"author": "DavidCai",
"license": "MIT",
"bugs": {
"url": "https://github.com/DavidCai1993/demba-ba-net/issues"
},
"homepage": "https://github.com/DavidCai1993/demba-ba-net#readme",
"dependencies": {
"@tensorflow-models/mobilenet": "^0.2.2",
"@tensorflow/tfjs": "^0.12.3",
"@tensorflow/tfjs-node": "^0.1.9",
"@tensorflow/tfjs-node-gpu": "^0.1.9",
"commander": "^2.16.0",
"glob": "^7.1.2",
"jimp": "^0.2.28",
"shuffle-array": "^1.0.1"
},
"devDependencies": {
"standard": "^11.0.1"
}
}