forked from IBM/node-red-tensorflowjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 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
{
"name": "node-red-tensorflowjs",
"version": "1.0.0",
"description": "[![Build Status](https://travis-ci.org/IBM/node-red-tensorflowjs.svg?branch=master)](https://travis-ci.org/IBM/node-red-tensorflowjs)",
"main": "index.js",
"directories": {
"doc": "doc"
},
"dependencies": {
"node-red": "^1.0.3",
"node-red-contrib-browser-utils": "0.0.9",
"node-red-contrib-image-output": "^0.5.2",
"node-red-contrib-play-audio": "^2.4.0",
"node-red-contrib-tfjs-object-detection": "file:node-red-contrib-tfjs-object-detection",
"node-red-dashboard": "^2.19.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node-red"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IBM/node-red-tensorflowjs.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/IBM/node-red-tensorflowjs/issues"
},
"homepage": "https://github.com/IBM/node-red-tensorflowjs#readme"
}