mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 07:15:08 +01:00
Support Node.js v0.10+ only. Add @pierreinglebert credit.
This commit is contained in:
17
package.json
17
package.json
@@ -1,7 +1,10 @@
|
||||
{
|
||||
"name": "sharp",
|
||||
"version": "0.2.1",
|
||||
"author": "Lovell Fuller",
|
||||
"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"
|
||||
@@ -27,14 +30,14 @@
|
||||
"buffer"
|
||||
],
|
||||
"devDependencies": {
|
||||
"imagemagick": "*",
|
||||
"gm": "*",
|
||||
"async": "*",
|
||||
"benchmark": "*"
|
||||
"imagemagick": "^0.1.3",
|
||||
"gm": "^1.14.2",
|
||||
"async": "^0.6.2",
|
||||
"benchmark": "^1.0.0"
|
||||
},
|
||||
"license": "Apache 2.0",
|
||||
"engines": {
|
||||
"node": ">=0.8"
|
||||
"node": ">=0.10"
|
||||
},
|
||||
"dependencies": {
|
||||
"nan": "^0.8.0"
|
||||
|
||||
Reference in New Issue
Block a user