mirror of
https://github.com/lovell/sharp.git
synced 2025-07-17 22:10:14 +02:00
40 lines
758 B
JSON
Executable File
40 lines
758 B
JSON
Executable File
{
|
|
"name": "sharp",
|
|
"version": "0.1.8",
|
|
"author": "Lovell Fuller",
|
|
"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": "*",
|
|
"gm": "*",
|
|
"epeg": "*",
|
|
"async": "*",
|
|
"benchmark": "*"
|
|
},
|
|
"license": "Apache 2.0",
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
}
|
|
} |