UNPKG

node-exif

Version:

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

21 lines 549 B
{ "name" : "node-exif", "version" : "1.0.1", "description" : "A node.js library to extract Exif metadata from images.", "author" : "leewon <751765309@qq.com>", "keywords" : ["exif", "image", "jpeg", "jpg", "makernotes", "gps"], "main" : "./lib/exif", "repository" : { "type" : "git", "url" : "https://github.com/lee-won/node-exif-plus.git" }, "dependencies": { "debug": "^2.2" }, "devDependencies": { "mocha": "^2.4" }, "scripts": { "test": "node_modules/.bin/mocha --reporter spec test/*-test.js" } }