UNPKG

vimmerby-exif

Version:

A node.js library to extract Exif metadata from images.

36 lines (35 loc) 733 B
{ "name": "vimmerby-exif", "version": "0.10.1", "description": "A node.js library to extract Exif metadata from images.", "author": "Daniel Leinich <leinich@gmx.net>", "contributors": [ "Olivier Oeuillot <olivier.oeuillot@gmail.com>", "Andreas Sehr <andreas@softbrix.se>" ], "keywords": [ "exif", "image", "jpeg", "jpg", "makernotes", "gps" ], "main": "./lib/exif", "browser": { "fs": false }, "repository": { "type": "git", "url": "http://github.com/softbrix/node-exif.git" }, "dependencies": { "debug": "^2.2" }, "devDependencies": { "mocha": "^8.2.1" }, "scripts": { "test": "node_modules/.bin/mocha --reporter spec test/*-test.js" } }