mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
ebd043cec6
* Fix for #813 Ensure `msg.location` exists before populating * Only add location data if location present
31 lines
666 B
JSON
31 lines
666 B
JSON
{
|
|
"name": "node-red-node-exif",
|
|
"version": "0.2.2",
|
|
"description": "A Node-RED node that extracts Exif information from JPEG image buffers.",
|
|
"dependencies": {
|
|
"exif": "^0.6.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/node-red/node-red-nodes/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"
|
|
}
|
|
]
|
|
}
|