sharp/package.json

46 lines
904 B
JSON
Executable File

{
"name": "sharp",
"version": "0.2.2",
"author": "Lovell Fuller <npm@lovell.info>",
"contributors": [
"Pierre Inglebert <pierre.inglebert@gmail.com>"
],
"description": "High performance module to resize JPEG, PNG, WebP and TIFF images using the libvips image processing 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",
"resize",
"thumbnail",
"sharpen",
"crop",
"embed",
"libvips",
"vips",
"fast",
"buffer"
],
"devDependencies": {
"imagemagick": "^0.1.3",
"gm": "^1.14.2",
"async": "^0.6.2",
"benchmark": "^1.0.0"
},
"license": "Apache 2.0",
"engines": {
"node": ">=0.10"
},
"dependencies": {
"nan": "^0.8.0"
}
}