{ "name": "sharp", "version": "0.0.7", "author": "Lovell Fuller", "description": "High performance module to resize JPEG and PNG images using the libvips image processing library", "scripts": { "test": "node tests/perf.js" }, "main": "index.js", "repository": { "type": "git", "url": "git://github.com/lovell/sharp" }, "keywords": [ "jpeg", "png", "resize", "thumbnail", "sharpen", "crop", "embed", "libvips", "fast", "buffer" ], "devDependencies": { "imagemagick": "*", "gm": "*", "epeg": "*", "async": "*", "benchmark": "*" }, "license": "Apache 2.0", "engines": { "node": ">=0.8" } }