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.
 

44 lines
932 B

{
"name": "@fatchan/gm",
"version": "1.3.2",
"description": "GraphicsMagick and ImageMagick for node.js",
"main": "./index.js",
"author": "Aaron Heckmann <aaron.heckmann+github@gmail.com>",
"contributors": [
"iCrawl <icrawltogo@gmail.com>",
"Thomas Lynch <tom@69420.me>"
],
"license": "MIT",
"scripts": {
"test": "make test;"
},
"repository": {
"type": "git",
"url": "https://gitgud.io/fatchan/gm.git"
},
"bugs": {
"url": "https://gitgud.io/fatchan/gm/issues"
},
"homepage": "https://gitgud.io/fatchan/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": "^7.0.3",
"debug": "^4.3.4",
"tmp": "^0.2.1"
},
"engines": {
"node": ">= 0.10.0"
}
}