2020-10-29 23:45:02 +01:00
|
|
|
{
|
|
|
|
"name": "node-red-node-annotate-image",
|
2021-10-27 15:03:49 +02:00
|
|
|
"version": "0.1.2",
|
2020-10-29 23:45:02 +01:00
|
|
|
"description": "A Node-RED node that can annotate an image",
|
|
|
|
"dependencies": {
|
2021-10-27 15:03:49 +02:00
|
|
|
"pureimage": "^0.2.7"
|
2020-10-29 23:45:02 +01:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2021-11-02 16:22:30 +01:00
|
|
|
"url": "https://github.com/node-red/node-red-nodes.git",
|
|
|
|
"directory": "tree/master/utility/image-annotate"
|
2020-10-29 23:45:02 +01:00
|
|
|
},
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"keywords": [
|
|
|
|
"node-red"
|
|
|
|
],
|
|
|
|
"node-red": {
|
|
|
|
"nodes": {
|
|
|
|
"annotate": "annotate.js"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"contributors": [
|
|
|
|
{
|
|
|
|
"name": "Nick O'Leary"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|