rbflurry-node-red-contrib-bounding-box
Version:
A Node-RED custom node that processes and draws bounding boxes
41 lines (40 loc) • 1.13 kB
JSON
{
"name": "rbflurry-node-red-contrib-bounding-box",
"version": "0.0.4",
"description": "A Node-RED custom node that processes and draws bounding boxes",
"main": "dist/post-object-detection/index.js",
"scripts": {
"build": "tsc && npm run copy",
"lint": "tslint -p tsconfig.json -c tslint.json src/**/*.ts",
"copy": "node scripts/copy.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rbflurry/node-red-contrib-post-object-detection.git"
},
"keywords": [
"Bounding-Box",
"Node-RED",
"node-red"
],
"node-red": {
"nodes": {
"bbox-image": "dist/bbox-image/index.js"
}
},
"author": "yh.wang@ibm.com",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/rbflurry/node-red-contrib-post-object-detection/issues"
},
"homepage": "https://github.com/rbflurry/node-red-contrib-post-object-detection#readme",
"devDependencies": {
"@types/node": "^12.12.17",
"shelljs": "^0.8.3",
"tslint": "^5.20.1",
"typescript": "3.5.3"
},
"dependencies": {
"canvas": "^2.6.1"
}
}