A somewhat updated fork from GraphicsMagick for node
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

47 lines
981 B

{
"name": "@tohru/gm",
"version": "1.3.0",
"description": "GraphicsMagick and ImageMagick for node.js",
"main": "./index.js",
"author": "Aaron Heckmann <aaron.heckmann+github@gmail.com>",
"contributors": [
"iCrawl <icrawltogo@gmail.com>"
],
"license": "MIT",
"scripts": {
"test": "make test-unit; make test;"
},
"repository": {
"type": "git",
"url": "https://github.com/iCrawl/gm.git"
},
"bugs": {
"url": "http://github.com/iCrawl/gm/issues"
},
"homepage": "http://github.com/iCrawl/gm#readme",
"keywords": [
"graphics",
"magick",
"image",
"graphicsmagick",
"imagemagick",
"gm",
"convert",
"identify",
"compare"
],
"dependencies": {
"array-parallel": "^0.1.3",
"array-series": "^0.1.5",
"cross-spawn": "^4.0.0",
"debug": "^3.1.0",
"tmp": "^0.0.33"
},
"devDependencies": {
"async": "~0.9.0",
"nsp": "^2.8.1"
},
"engines": {
"node": ">= 0.10.0"
}
}