1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00
node-red-nodes/utility/annotate-image/package.json
2021-01-17 17:29:57 +00:00

26 lines
588 B
JSON

{
"name": "node-red-node-annotate-image",
"version": "0.1.1",
"description": "A Node-RED node that can annotate an image",
"dependencies": {
"pureimage": "^0.2.5"
},
"repository": {
"type": "git",
"url": "https://github.com/node-red/node-red-nodes/tree/master/utility/iamge-annotate"
},
"license": "Apache-2.0",
"keywords": [
"node-red"
],
"node-red": {
"nodes": {
"annotate": "annotate.js"
}
},
"contributors": [
{
"name": "Nick O'Leary"
}
]
}