UNPKG

imagemagick-native

Version:
36 lines (35 loc) 831 B
{ "name": "imagemagick-native", "description": "ImageMagick's Magick++ bindings for NodeJS", "keywords": [ "imagemagick", "magick++", "resize", "convert" ], "version": "1.9.3", "license": "MIT", "repository": { "type": "git", "url": "git://github.com/mash/node-imagemagick-native.git" }, "author": "Masakazu Ohtsuka <o.masakazu@gmail.com> (http://maaash.jp/)", "contributors": [], "main": "./index.js", "scripts": { "test": "tap test/test.js test/test.async.js test/test.streams.js test/test.trim.js test/test.background.js", "install": "node-gyp rebuild" }, "engines": { "node": ">=0.10.0" }, "dependencies": { "nan": "2.x" }, "devDependencies": { "tap": "*", "grunt": "~0.4", "grunt-release": "~0.7", "grunt-contrib-clean": "~0.5" } }