imagemagick-async
Version:
An API for Image Magick commands.
24 lines (23 loc) • 628 B
JSON
{
"name": "imagemagick-async",
"version": "1.0.25",
"description": "An API for Image Magick commands.",
"main": "api.js",
"dependencies": {
"linux-commands-async": "^1.2.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jayarray/imagemagick-async.git"
},
"author": "Jesus Arevalo <isa90201@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/jayarray/imagemagick-async/issues"
},
"homepage": "https://github.com/jayarray/imagemagick-async#readme"
}