Add @jonathanong to contributors - thank you!

Bump versions
This commit is contained in:
Lovell Fuller 2014-06-05 22:18:47 +01:00
parent 8d146accf3
commit eca2787213

View File

@ -1,9 +1,10 @@
{ {
"name": "sharp", "name": "sharp",
"version": "0.5.0", "version": "0.5.1",
"author": "Lovell Fuller <npm@lovell.info>", "author": "Lovell Fuller <npm@lovell.info>",
"contributors": [ "contributors": [
"Pierre Inglebert <pierre.inglebert@gmail.com>" "Pierre Inglebert <pierre.inglebert@gmail.com>",
"Jonathan Ong <jonathanrichardong@gmail.com>"
], ],
"description": "High performance Node.js module to resize JPEG, PNG and WebP images using the libvips library", "description": "High performance Node.js module to resize JPEG, PNG and WebP images using the libvips library",
"scripts": { "scripts": {
@ -32,12 +33,12 @@
], ],
"dependencies": { "dependencies": {
"nan": "^1.1.2", "nan": "^1.1.2",
"bluebird": "^1.2.4", "bluebird": "^2.0.5",
"util-deprecate": "^1.0.0" "util-deprecate": "^1.0.0"
}, },
"devDependencies": { "devDependencies": {
"imagemagick": "^0.1.3", "imagemagick": "^0.1.3",
"imagemagick-native": "^1.0.0", "imagemagick-native": "^1.1.1",
"gm": "^1.16.0", "gm": "^1.16.0",
"async": "^0.9.0", "async": "^0.9.0",
"benchmark": "^1.0.0" "benchmark": "^1.0.0"