Skip to content

Commit

Permalink
package.json: Indent with 2 spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Sep 19, 2013
1 parent c628de4 commit 2ca7465
Showing 1 changed file with 52 additions and 52 deletions.
104 changes: 52 additions & 52 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,54 +1,54 @@
{
"name": "express-processimage",
"version": "0.1.10",
"description": "Express middleware that processes served images according to the query string",
"main": "lib/processImage.js",
"directories": {
"test": "test"
},
"dependencies": {
"express-hijackresponse": "=0.0.7",
"gm": "=1.6.1",
"inkscape": "=0.0.3",
"jpegtran": "=0.0.4",
"optipng": "=0.0.4",
"passerror": "=0.0.1",
"pngcrush": "=0.0.3",
"pngquant": "=0.0.3"
},
"optionalDependencies": {
"svgfilter": "=0.3.1"
},
"devDependencies": {
"expect.js": "=0.2.0",
"express": "=3.0.3",
"mocha": "=1.7.3",
"request": "=2.12.0"
},
"scripts": {
"test": "mocha",
"prepublish": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/papandreou/express-processimages.git"
},
"keywords": [
"express",
"middleware",
"image",
"images",
"png",
"jpg",
"jpeg",
"resize",
"scale",
"graphicsmagick",
"optipng",
"pngcrush",
"pngquant",
"jpegtran"
],
"author": "Andreas Lind Petersen <andreas@one.com>",
"license": "BSD"
"name": "express-processimage",
"version": "0.1.10",
"description": "Express middleware that processes served images according to the query string",
"main": "lib/processImage.js",
"directories": {
"test": "test"
},
"dependencies": {
"express-hijackresponse": "=0.0.7",
"gm": "=1.6.1",
"inkscape": "=0.0.3",
"jpegtran": "=0.0.4",
"optipng": "=0.0.4",
"passerror": "=0.0.1",
"pngcrush": "=0.0.3",
"pngquant": "=0.0.3"
},
"optionalDependencies": {
"svgfilter": "=0.3.1"
},
"devDependencies": {
"expect.js": "=0.2.0",
"express": "=3.0.3",
"mocha": "=1.7.3",
"request": "=2.12.0"
},
"scripts": {
"test": "mocha",
"prepublish": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/papandreou/express-processimages.git"
},
"keywords": [
"express",
"middleware",
"image",
"images",
"png",
"jpg",
"jpeg",
"resize",
"scale",
"graphicsmagick",
"optipng",
"pngcrush",
"pngquant",
"jpegtran"
],
"author": "Andreas Lind Petersen <andreas@one.com>",
"license": "BSD"
}

0 comments on commit 2ca7465

Please sign in to comment.