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.
24 lines
507 B
24 lines
507 B
8 months ago
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|