grunt-webp
Version:
Convert images to WebP format.
48 lines (47 loc) • 1.01 kB
JSON
{
"name": "grunt-webp",
"description": "Convert images to WebP format.",
"version": "0.0.4",
"homepage": "https://github.com/somerandomdude/grunt-webp",
"author": {
"name": "P.J. Onori",
"email": "pj@somerandomdude.com",
"url": "http://somerandomdude.com"
},
"repository": {
"type": "git",
"url": "git://github.com/somerandomdude/grunt-webp.git"
},
"bugs": {
"url": "https://github.com/somerandomdude/grunt-webp/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/somerandomdude/grunt-webp/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"grunt-lib-contrib": "~0.6.1",
"async": "~0.2.10"
},
"devDependencies": {
"grunt-contrib-clean": "~0.5.0",
"grunt": "~0.4.2"
},
"peerDependencies": {
"grunt": "~0.4.1"
},
"keywords": [
"gruntplugin",
"grunt.js",
"webp"
]
}