sharp/package.json
2013-10-02 19:35:49 +01:00

32 lines
619 B
JSON
Executable File

{
"name": "sharp",
"version": "0.0.4",
"main": "index.js",
"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": "*",
"benchmark": "*"
},
"scripts": {
"test": "node tests/perf.js"
},
"engines": {
"node": ">=0.8"
},
"keywords": [
"jpeg",
"resize",
"thumbnail",
"sharpen",
"crop",
"embed",
"libvips",
"fast"
],
"author": "Lovell Fuller",
"license": "Apache 2.0"
}