2014-11-04 16:07:32 +01:00
|
|
|
{
|
2020-12-06 18:34:27 +01:00
|
|
|
"name": "node-red-node-exif",
|
2021-01-14 14:26:49 +01:00
|
|
|
"version": "0.2.1",
|
2020-12-06 18:34:27 +01:00
|
|
|
"description": "A Node-RED node that extracts Exif information from JPEG image buffers.",
|
|
|
|
"dependencies": {
|
|
|
|
"exif": "^0.6.0"
|
2014-11-04 16:07:32 +01:00
|
|
|
},
|
2020-12-06 18:34:27 +01:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/node-red/node-red-nodes/tree/master/utility/exif"
|
2014-11-04 16:07:32 +01:00
|
|
|
},
|
2015-05-29 15:58:34 +02:00
|
|
|
"license": "Apache-2.0",
|
2020-12-06 18:34:27 +01:00
|
|
|
"keywords": [
|
|
|
|
"node-red",
|
|
|
|
"exif"
|
|
|
|
],
|
|
|
|
"node-red": {
|
|
|
|
"nodes": {
|
2014-11-04 16:07:32 +01:00
|
|
|
"exif": "94-exif.js"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"contributors": [
|
2020-12-06 18:34:27 +01:00
|
|
|
{
|
|
|
|
"name": "Dave Conway-Jones"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Zoltan Balogh"
|
|
|
|
}
|
2014-11-04 16:07:32 +01:00
|
|
|
]
|
|
|
|
}
|