mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 18:40:16 +02:00
Support Node.js v0.10+ only. Add @pierreinglebert credit.
This commit is contained in:
parent
fe773733cd
commit
c8f023d8ba
@ -21,7 +21,7 @@ This module is powered by the blazingly fast [libvips](https://github.com/jcupit
|
|||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
* Node.js v0.8+
|
* Node.js v0.10+
|
||||||
* [libvips](https://github.com/jcupitt/libvips) v7.38.5+
|
* [libvips](https://github.com/jcupitt/libvips) v7.38.5+
|
||||||
|
|
||||||
### Install libvips on Mac OS
|
### Install libvips on Mac OS
|
||||||
@ -259,7 +259,7 @@ Test environment:
|
|||||||
|
|
||||||
## Licence
|
## Licence
|
||||||
|
|
||||||
Copyright 2013, 2014 Lovell Fuller
|
Copyright 2013, 2014 Lovell Fuller and Pierre Inglebert
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
17
package.json
17
package.json
@ -1,7 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "sharp",
|
"name": "sharp",
|
||||||
"version": "0.2.1",
|
"version": "0.2.2",
|
||||||
"author": "Lovell Fuller",
|
"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",
|
"description": "High performance module to resize JPEG, PNG, WebP and TIFF images using the libvips image processing library",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "node tests/unit && node tests/perf"
|
"test": "node tests/unit && node tests/perf"
|
||||||
@ -27,14 +30,14 @@
|
|||||||
"buffer"
|
"buffer"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"imagemagick": "*",
|
"imagemagick": "^0.1.3",
|
||||||
"gm": "*",
|
"gm": "^1.14.2",
|
||||||
"async": "*",
|
"async": "^0.6.2",
|
||||||
"benchmark": "*"
|
"benchmark": "^1.0.0"
|
||||||
},
|
},
|
||||||
"license": "Apache 2.0",
|
"license": "Apache 2.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=0.8"
|
"node": ">=0.10"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"nan": "^0.8.0"
|
"nan": "^0.8.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user