{ "name": "sharp", "version": "0.9.2", "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, WebP and TIFF images using the libvips library", "scripts": { "test": "VIPS_WARNING=0 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", "resize", "thumbnail", "crop", "libvips", "vips" ], "dependencies": { "bluebird": "^2.9.8", "color": "^0.7.3", "nan": "^1.6.2", "semver": "^4.2.2" }, "devDependencies": { "mocha": "^2.1.0", "mocha-jshint": "^0.0.9", "istanbul": "^0.3.5", "coveralls": "^2.11.2", "node-cpplint": "^0.4.0" }, "license": "Apache 2.0", "engines": { "node": ">=0.10" } }