Files
node-red-nodes/utility/exif/package.json
Dave Conway-Jones a172e6bad1 bump exif and base64
2025-04-17 10:35:57 +01:00

35 lines
753 B
JSON

{
"name": "node-red-node-exif",
"version": "1.2.1",
"description": "A Node-RED node that extracts Exif information from image buffers.",
"dependencies": {
"exifreader": "^4.28.1"
},
"bundledDependencies": [
"exifreader"
],
"repository": {
"type": "git",
"url": "https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/utility/exif"
},
"license": "Apache-2.0",
"keywords": [
"node-red",
"exif"
],
"node-red": {
"nodes": {
"exif": "94-exif.js"
}
},
"contributors": [
{
"name": "Dave Conway-Jones"
},
{
"name": "Zoltan Balogh"
}
]
}