mirror of
https://github.com/lovell/sharp.git
synced 2025-07-19 23:02:29 +02:00
31 lines
594 B
JSON
Executable File
31 lines
594 B
JSON
Executable File
{
|
|
"name": "sharp",
|
|
"version": "0.0.1",
|
|
"main": "./build/Release/sharp",
|
|
"description": "High performance Node.js module to resize JPEG images using the libvips image processing library",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/lovell/sharp"
|
|
},
|
|
"devDependencies": {
|
|
"imagemagick": "*"
|
|
},
|
|
"scripts": {
|
|
"test": "node tests/perf.js"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"keywords": [
|
|
"jpeg",
|
|
"resize",
|
|
"thumbnail",
|
|
"sharpen",
|
|
"crop",
|
|
"embed",
|
|
"libvips",
|
|
"fast"
|
|
],
|
|
"author": "Lovell Fuller",
|
|
"license": "Apache 2.0"
|
|
} |