-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
42 lines (42 loc) · 1 KB
/
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
37
38
39
40
41
42
{
"name": "@sashido/teachablemachine-node",
"version": "1.2.2",
"description": "Simplifies integration with Teachable Machine models from Google",
"author": {
"name": "Team SashiDo",
"email": "[email protected]"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/SashiDo/teachablemachine-node.git"
},
"bugs": {
"url": "https://github.com/SashiDo/teachablemachine-node/issues"
},
"engines": {
"node": ">= 10.2.1"
},
"keywords": [
"tensorflow",
"tensorflowjs",
"classification",
"teachable machine",
"google"
],
"main": "index.js",
"dependencies": {
"@tensorflow/tfjs": "^2.3.0",
"is-image-url": "^1.1.8",
"node-fetch": "^2.6.0",
"parse-data-url": "^4.0.1",
"pureimage": "^0.2.5"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"contributors": [
"Yair Bonastre <[email protected]> (https://github.com/bonastreyair)"
]
}