mirror of
https://github.com/lovell/sharp.git
synced 2025-07-19 23:02:29 +02:00
57 lines
1.2 KiB
JSON
Executable File
57 lines
1.2 KiB
JSON
Executable File
{
|
|
"name": "sharp",
|
|
"version": "0.7.0",
|
|
"author": "Lovell Fuller <npm@lovell.info>",
|
|
"contributors": [
|
|
"Pierre Inglebert <pierre.inglebert@gmail.com>",
|
|
"Jonathan Ong <jonathanrichardong@gmail.com>",
|
|
"Chanon Sajjamanochai <chanon.s@gmail.com>",
|
|
"Juliano Julio <julianojulio@gmail.com>",
|
|
"Daniel Gasienica <daniel@gasienica.ch>",
|
|
"Julian Walker <julian@fiftythree.com>",
|
|
"Amit Pitaru <pitaru.amit@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",
|
|
"stream"
|
|
],
|
|
"dependencies": {
|
|
"bluebird": "^2.3.4",
|
|
"color": "^0.7.1",
|
|
"nan": "^1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"imagemagick": "^0.1.3",
|
|
"imagemagick-native": "^1.3.0",
|
|
"gm": "^1.16.0",
|
|
"async": "^0.9.0",
|
|
"benchmark": "^1.0.0"
|
|
},
|
|
"license": "Apache 2.0",
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
}
|