{ "name": "sharp", "version": "0.6.0", "author": "Lovell Fuller ", "contributors": [ "Pierre Inglebert ", "Jonathan Ong ", "Chanon Sajjamanochai " ], "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", "stream" ], "dependencies": { "nan": "^1.3.0", "bluebird": "^2.3.0" }, "devDependencies": { "imagemagick": "^0.1.3", "imagemagick-native": "^1.2.2", "gm": "^1.16.0", "async": "^0.9.0", "benchmark": "^1.0.0" }, "license": "Apache 2.0", "engines": { "node": ">=0.10" } }