sharp/package.json

48 lines
986 B
JSON
Executable File

{
"name": "sharp",
"version": "0.4.0",
"author": "Lovell Fuller <npm@lovell.info>",
"contributors": [
"Pierre Inglebert <pierre.inglebert@gmail.com>"
],
"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": "^1.0.0"
},
"devDependencies": {
"imagemagick": "^0.1.3",
"imagemagick-native": "git://github.com/mash/node-imagemagick-native.git#master",
"gm": "^1.16.0",
"async": "^0.8.0",
"benchmark": "^1.0.0"
},
"license": "Apache 2.0",
"engines": {
"node": ">=0.10"
}
}