Skip to content

Commit

Permalink
package.json indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Nov 16, 2017
1 parent 62ad533 commit 1f28b70
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 58 deletions.
112 changes: 56 additions & 56 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,58 +1,58 @@
{
"name": "gulp-imagemin",
"version": "3.4.0",
"description": "Minify PNG, JPEG, GIF and SVG images",
"license": "MIT",
"repository": "sindresorhus/gulp-imagemin",
"author": {
"name": "Sindre Sorhus",
"email": "[email protected]",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"gulpplugin",
"imagemin",
"image",
"img",
"picture",
"photo",
"minify",
"minifier",
"compress",
"png",
"jpg",
"jpeg",
"gif",
"svg"
],
"dependencies": {
"chalk": "^2.1.0",
"gulp-util": "^3.0.8",
"imagemin": "^5.3.1",
"plur": "^2.1.2",
"pretty-bytes": "^4.0.2",
"through2-concurrent": "^1.1.1"
},
"devDependencies": {
"ava": "*",
"get-stream": "^3.0.0",
"imagemin-pngquant": "^5.0.1",
"pify": "^3.0.0",
"xo": "*"
},
"optionalDependencies": {
"imagemin-gifsicle": "^5.2.0",
"imagemin-jpegtran": "^5.0.2",
"imagemin-optipng": "^5.2.1",
"imagemin-svgo": "^6.0.0"
}
"name": "gulp-imagemin",
"version": "3.4.0",
"description": "Minify PNG, JPEG, GIF and SVG images",
"license": "MIT",
"repository": "sindresorhus/gulp-imagemin",
"author": {
"name": "Sindre Sorhus",
"email": "[email protected]",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"gulpplugin",
"imagemin",
"image",
"img",
"picture",
"photo",
"minify",
"minifier",
"compress",
"png",
"jpg",
"jpeg",
"gif",
"svg"
],
"dependencies": {
"chalk": "^2.1.0",
"gulp-util": "^3.0.8",
"imagemin": "^5.3.1",
"plur": "^2.1.2",
"pretty-bytes": "^4.0.2",
"through2-concurrent": "^1.1.1"
},
"devDependencies": {
"ava": "*",
"get-stream": "^3.0.0",
"imagemin-pngquant": "^5.0.1",
"pify": "^3.0.0",
"xo": "*"
},
"optionalDependencies": {
"imagemin-gifsicle": "^5.2.0",
"imagemin-jpegtran": "^5.0.2",
"imagemin-optipng": "^5.2.1",
"imagemin-svgo": "^6.0.0"
}
}
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ Note that you may come across an older, implicit syntax. In versions < 3, the sa
```


<a target='_blank' rel='nofollow' href='https://app.codesponsor.io/link/tmkVF4Qm7RNE8e9RVwnim6gU/sindresorhus/gulp-imagemin'>
<img alt='Sponsor' width='888' height='68' src='https://app.codesponsor.io/embed/tmkVF4Qm7RNE8e9RVwnim6gU/sindresorhus/gulp-imagemin.svg' />
<a target="_blank" rel="nofollow" href="https://app.codesponsor.io/link/tmkVF4Qm7RNE8e9RVwnim6gU/sindresorhus/gulp-imagemin">
<img alt="Sponsor" width="888" height="68" src="https://app.codesponsor.io/embed/tmkVF4Qm7RNE8e9RVwnim6gU/sindresorhus/gulp-imagemin.svg">
</a>


Expand Down

0 comments on commit 1f28b70

Please sign in to comment.