tiff-to-png
Version:
A batch converter for multipage tiff files to png (or any imagemagick supported type).
37 lines (36 loc) • 867 B
JSON
{
"name": "tiff-to-png",
"version": "2.0.2",
"description": "A batch converter for multipage tiff files to png (or any imagemagick supported type).",
"main": "./lib/convert.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/RickCraig/node-tiff-to-png.git"
},
"keywords": [
"multipage",
"conversion",
"batch",
"tiff",
"png",
"imagemagick",
"convert"
],
"author": "Rick Craig <richard.craig@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/RickCraig/node-tiff-to-png/issues"
},
"homepage": "https://github.com/RickCraig/node-tiff-to-png",
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^7.2.0",
"eslint-config-airbnb-base": "^14.1.0",
"istanbul": "^0.4.5",
"mocha": "^7.2.0",
"sinon": "^9.0.2"
}
}