graphicsmagick-stream
Version:
Fast convertion/scaling of images using a pool of long lived graphicsmagick processes
38 lines (37 loc) • 838 B
JSON
{
"name": "graphicsmagick-stream",
"version": "2.1.2",
"description": "Fast convertion/scaling of images using a pool of long lived graphicsmagick processes",
"main": "index.js",
"dependencies": {
"once": "^1.3.0",
"xtend": "^3.0.0"
},
"devDependencies": {
"tape": "^4.0.0",
"tar-stream": "^1.1.4"
},
"repository": {
"type": "git",
"url": "git://github.com/e-conomic/graphicsmagick-stream"
},
"keywords": [
"gm",
"graphicsmagick",
"convert",
"convertion",
"scale",
"pool",
"stream"
],
"scripts": {
"install": "make",
"test": "tape test/*.js"
},
"author": "Mathias Buus",
"license": "MIT",
"bugs": {
"url": "https://github.com/e-conomic/graphicsmagick-stream/issues"
},
"homepage": "https://github.com/e-conomic/graphicsmagick-stream"
}