-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e6c9ba3
commit 6c44164
Showing
1 changed file
with
54 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,56 @@ | ||
{ | ||
"name": "imagemin-webp", | ||
"version": "4.0.0", | ||
"description": "WebP imagemin plugin", | ||
"license": "MIT", | ||
"repository": "imagemin/imagemin-webp", | ||
"author": { | ||
"name": "Kevin Mårtensson", | ||
"email": "[email protected]", | ||
"url": "github.com/kevva" | ||
}, | ||
"maintainers": [ | ||
{ | ||
"name": "Sindre Sorhus", | ||
"email": "[email protected]", | ||
"url": "sindresorhus.com" | ||
}, | ||
{ | ||
"name": "Shinnosuke Watanabe", | ||
"url": "github.com/shinnn" | ||
} | ||
], | ||
"engines": { | ||
"node": ">=4" | ||
}, | ||
"scripts": { | ||
"test": "xo && ava" | ||
}, | ||
"files": [ | ||
"index.js" | ||
], | ||
"keywords": [ | ||
"compress", | ||
"cwebp", | ||
"image", | ||
"imageminplugin", | ||
"img", | ||
"jpg", | ||
"minify", | ||
"optimize", | ||
"png", | ||
"tif", | ||
"webp" | ||
], | ||
"dependencies": { | ||
"cwebp-bin": "^4.0.0", | ||
"exec-buffer": "^3.0.0", | ||
"is-cwebp-readable": "^2.0.1" | ||
}, | ||
"devDependencies": { | ||
"ava": "*", | ||
"is-webp": "^1.0.0", | ||
"pify": "^3.0.0", | ||
"xo": "*" | ||
} | ||
"name": "imagemin-webp", | ||
"version": "4.1.0", | ||
"description": "WebP imagemin plugin", | ||
"license": "MIT", | ||
"repository": "imagemin/imagemin-webp", | ||
"author": { | ||
"name": "Kevin Mårtensson", | ||
"email": "[email protected]", | ||
"url": "github.com/kevva" | ||
}, | ||
"maintainers": [ | ||
{ | ||
"name": "Sindre Sorhus", | ||
"email": "[email protected]", | ||
"url": "sindresorhus.com" | ||
}, | ||
{ | ||
"name": "Shinnosuke Watanabe", | ||
"url": "github.com/shinnn" | ||
} | ||
], | ||
"engines": { | ||
"node": ">=4" | ||
}, | ||
"scripts": { | ||
"test": "xo && ava" | ||
}, | ||
"files": [ | ||
"index.js" | ||
], | ||
"keywords": [ | ||
"compress", | ||
"cwebp", | ||
"image", | ||
"imageminplugin", | ||
"img", | ||
"jpg", | ||
"minify", | ||
"optimize", | ||
"png", | ||
"tif", | ||
"webp" | ||
], | ||
"dependencies": { | ||
"cwebp-bin": "^4.0.0", | ||
"exec-buffer": "^3.0.0", | ||
"is-cwebp-readable": "^2.0.1" | ||
}, | ||
"devDependencies": { | ||
"ava": "*", | ||
"is-webp": "^1.0.0", | ||
"pify": "^3.0.0", | ||
"xo": "*" | ||
} | ||
} |