{ "name": "sharp", "version": "0.3.0", "author": "Lovell Fuller ", "contributors": [ "Pierre Inglebert " ], "description": "High performance Node.js module to resize JPEG, PNG and WebP images using the libvips library", "scripts": { "test": "node tests/unit && node tests/perf" }, "main": "index.js", "repository": { "type": "git", "url": "git://github.com/lovell/sharp" }, "keywords": [ "jpeg", "png", "webp", "tiff", "gif", "resize", "thumbnail", "sharpen", "crop", "embed", "libvips", "vips", "fast", "buffer" ], "dependencies": { "nan": "^0.8.0" }, "devDependencies": { "imagemagick": "^0.1.3", "imagemagick-native": "^0.2.9", "gm": "^1.14.2", "async": "^0.7.0", "benchmark": "^1.0.0" }, "license": "Apache 2.0", "engines": { "node": ">=0.10" } }