gulp-svgmin
Version:
Minify SVG files with gulp.
41 lines (40 loc) • 867 B
JSON
{
"name": "gulp-svgmin",
"version": "0.4.1",
"description": "Minify SVG files with gulp.",
"license": "MIT",
"homepage": "https://github.com/ben-eb/gulp-svgmin",
"author": {
"name": "Ben Briggs",
"email": "therealbenbriggs@hotmail.com",
"url": "http://beneb.info"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/ben-eb/gulp-svgmin.git"
},
"keywords": [
"gulpplugin",
"svg"
],
"dependencies": {
"svgo": "~0.4.4",
"bufferstreams": "0.0.1",
"gulp-util": "~2.2.5"
},
"devDependencies": {
"chai": "~1.8.1",
"clear": "0.0.1",
"gulp": "~3.2.3",
"gulp-mocha": "~0.2.0",
"gulp-jshint": "~1.3.4",
"gulp-util": "~2.2.6",
"jshint-stylish": "~0.1.5",
"mocha": "~1.16.2",
"event-stream": "~3.0.20"
},
"main": "index.js"
}