-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 807 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 807 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
30
31
32
33
34
35
36
{
"name": "node-red-contrib-teachable-machine",
"version": "1.4.1",
"description": "Simplifies integration with Teachable Machine models from Google",
"dependencies": {
"node-fetch": "3.3.2",
"@tensorflow/tfjs-node": "4.22.0",
"pureimage": "0.4.18"
},
"engines": {
"node": ">=16.20.0"
},
"keywords": [
"node-red",
"tensorflow",
"tensorflowjs",
"classification",
"teachable machine",
"google"
],
"license": "Apache-2.0",
"node-red": {
"version": ">=2.1.0",
"nodes": {
"teachable machine": "teachable_machine.js"
}
},
"repository": {
"type": "git",
"url": "https://github.com/bonastreyair/node-red-contrib-teachable-machine"
},
"author": {
"name": "Yair Bonastre",
"email": "bonastreyair@gmail.com"
}
}