mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
c1ba66ee56
Snyk has created this PR to upgrade pureimage from 0.2.7 to 0.3.8. See this package in npm: https://www.npmjs.com/package/pureimage See this project in Snyk: https://app.snyk.io/org/dceejay/project/506d88ae-8d08-4719-9036-4a2645802177?utm_source=github&utm_medium=referral&page=upgrade-pr
27 lines
616 B
JSON
27 lines
616 B
JSON
{
|
|
"name": "node-red-node-annotate-image",
|
|
"version": "0.1.2",
|
|
"description": "A Node-RED node that can annotate an image",
|
|
"dependencies": {
|
|
"pureimage": "^0.3.8"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/node-red/node-red-nodes.git",
|
|
"directory": "tree/master/utility/image-annotate"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"keywords": [
|
|
"node-red"
|
|
],
|
|
"node-red": {
|
|
"nodes": {
|
|
"annotate": "annotate.js"
|
|
}
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Nick O'Leary"
|
|
}
|
|
]
|
|
} |