exiftool.pl
Version:
A distribution of exiftool perl executable.
27 lines (26 loc) • 826 B
JSON
{
"name": "exiftool.pl",
"version": "10.53.0",
"description": "A distribution of exiftool perl executable.",
"main": "index.js",
"scripts": {
"test": "mocha test",
"download": "rm -rf vendor; curl -L https://downloads.sourceforge.net/project/exiftool/Image-ExifTool-10.53.tar.gz | tar xz; mv Image-ExifTool-10.53 vendor; cd vendor; ls | grep -v 'lib\\|exiftool' | xargs rm -r"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sobesednik/node-exiftool.pl.git"
},
"keywords": [
"exiftool"
],
"author": "Anton <anton@sobesednik.media>",
"license": "Artistic-2.0",
"bugs": {
"url": "https://github.com/Sobesednik/node-exiftool.pl/issues"
},
"homepage": "https://github.com/Sobesednik/node-exiftool.pl#readme",
"devDependencies": {
"mocha": "3.0.2"
}
}