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