You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
507 B
23 lines
507 B
{ |
|
"name": "exif-parser", |
|
"version": "0.1.12", |
|
"description": "A javascript library to extract Exif metadata from images, in node and in the browser.", |
|
"author": "Bruno Windels <bruno.windels@gmail.com>", |
|
"keywords": [ |
|
"exif", |
|
"image", |
|
"jpeg", |
|
"jpg", |
|
"tiff", |
|
"gps" |
|
], |
|
"main": "index.js", |
|
"repository": { |
|
"type": "git", |
|
"url": "http://github.com/bwindels/exif-parser.git" |
|
}, |
|
"devDependencies": { |
|
"browserify": "^7.0.0", |
|
"uglify-js": "^2.4.15" |
|
} |
|
}
|
|
|