UNPKG

@logion/node-exiftool

Version:

A Node.js interface to exiftool command-line application.

46 lines (45 loc) 1.2 kB
{ "name": "@logion/node-exiftool", "version": "2.3.1", "description": "A Node.js interface to exiftool command-line application.", "main": "src/index.js", "files": [ "src/", "CHANGELOG.md" ], "scripts": { "test": "cross-env ZOROASTER_TIMEOUT=10000 zoroaster test/spec", "test-watch": "zoroaster test/spec --watch", "bench": "node benchmark/run", "callback-example": "LOCAL=1 node examples/callback examples/28.jpg", "write-example": "node examples/write_metadata/index" }, "repository": { "type": "git", "url": "git+https://github.com/logion-network/node-exiftool.git" }, "keywords": [ "metadata", "exiftool", "IPTC", "XMP" ], "author": "Logion Team <info@logion.network>", "license": "MIT", "bugs": { "url": "https://github.com/logion-network/node-exiftool/issues" }, "homepage": "https://github.com/logion-network/node-exiftool#readme", "devDependencies": { "cross-env": "5.0.0", "@logion/exiftool-context": "1.4.1", "makepromise": "1.0.0", "ps-node": "0.1.6", "zoroaster": "0.4.6" }, "dependencies": { "is-stream": "1.1.0", "restream": "1.2.0", "wrote": "0.6.1" } }