imagemagick-stream
Version:
Streaming Imagemagick api
25 lines (24 loc) • 494 B
JSON
{
"name": "imagemagick-stream",
"version": "4.1.1",
"description": "Streaming Imagemagick api",
"keywords": [
"stream",
"imagemagick",
"thumbnail"
],
"author": "Eivind Fjeldstad",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec"
},
"dependencies": {
"duplexify": "^3.4.5"
},
"devDependencies": {
"mocha": "~1.18.2"
},
"repository": {
"type": "git",
"url": "git://github.com/eivindfjeldstad/imagemagick-stream.git"
}
}