{ "name": "sharp", "version": "0.8.0", "author": "Lovell Fuller ", "contributors": [ "Pierre Inglebert ", "Jonathan Ong ", "Chanon Sajjamanochai ", "Juliano Julio ", "Daniel Gasienica ", "Julian Walker ", "Amit Pitaru ", "Brandon Aaron ", "Andreas Lind " ], "description": "High performance Node.js module to resize JPEG, PNG and WebP images using the libvips library", "scripts": { "test": "node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- --slow=5000 --timeout=10000 ./test/unit/*.js" }, "main": "index.js", "repository": { "type": "git", "url": "git://github.com/lovell/sharp" }, "keywords": [ "jpeg", "png", "webp", "tiff", "gif", "resize", "thumbnail", "sharpen", "crop", "extract", "embed", "libvips", "vips", "fast", "buffer", "stream" ], "dependencies": { "bluebird": "^2.3.11", "color": "^0.7.1", "nan": "^1.4.1", "semver": "^4.1.0" }, "devDependencies": { "mocha": "^2.0.1", "mocha-jshint": "^0.0.9", "istanbul": "^0.3.2", "coveralls": "^2.11.2" }, "license": "Apache 2.0", "engines": { "node": ">=0.10" } }