Skip to content

Commit

Permalink
update jpeg-js and others
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-moran committed May 24, 2015
1 parent edb71a2 commit 5cb5a3c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "jimp",
"version": "0.2.3",
"version": "0.2.4",
"description": "An image processing library written entirely in JavaScript (i.e. zero external or native dependencies).",
"main": "jimp.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"image",
"processing",
"manipulation",
"image processing",
"image manipulation",
"png",
"jpg",
"jpeg",
Expand All @@ -22,12 +22,12 @@
"license": "MIT",
"dependencies": {
"bmp-js": "0.0.1",
"file-type": "~2.5.0",
"jpeg-js": "0.0.4",
"mime": "~1.2.11",
"node-png": "~0.4.3",
"read-chunk": "~1.0.1",
"stream-to-buffer": "~0.1.0"
"file-type": "^2.6.0",
"jpeg-js": "^0.1.1",
"mime": "^1.3.4",
"node-png": "^0.4.3",
"read-chunk": "^1.0.1",
"stream-to-buffer": "^0.1.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 5cb5a3c

Please sign in to comment.