UNPKG

dist-exiftool

Version:

Platform-dependent distribution of exiftool.

54 lines (53 loc) 1.21 kB
{ "name": "dist-exiftool", "version": "10.53.0", "description": "Platform-dependent distribution of exiftool.", "main": "index.js", "scripts": { "postinstall": "platform-dependent-modules", "test": "cross-env ZOROASTER_TIMEOUT=10000 zoroaster test" }, "repository": { "type": "git", "url": "git+https://github.com/Sobesednik/dist-exiftool.git" }, "keywords": [ "exiftool" ], "author": "Anton <anton@sobesednik.media>", "license": "Artistic-2.0", "bugs": { "url": "https://github.com/Sobesednik/dist-exiftool/issues" }, "homepage": "https://github.com/Sobesednik/dist-exiftool#readme", "devDependencies": { "cross-env": "5.0.0", "zoroaster": "0.4.4" }, "dependencies": { "platform-dependent-modules": "0.0.14" }, "optionalDependencies": { "exiftool.exe": "10.53", "exiftool.pl": "10.53" }, "config": { "platformDependentModules": { "linux": [ "exiftool.pl@10.53" ], "win32": [ "exiftool.exe@10.53" ], "darwin": [ "exiftool.pl@10.53" ], "freebsd": [ "exiftool.pl@10.53" ], "sunos": [ "exiftool.pl@10.53" ] } } }