UNPKG

818 BJSONView Raw
1{
2 "name": "gulp-svgmin",
3 "version": "0.4.8",
4 "description": "Minify SVG files with gulp.",
5 "license": "MIT",
6 "homepage": "https://github.com/ben-eb/gulp-svgmin",
7 "author": {
8 "name": "Ben Briggs",
9 "email": "therealbenbriggs@hotmail.com",
10 "url": "http://beneb.info"
11 },
12 "scripts": {
13 "test": "mocha"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git://github.com/ben-eb/gulp-svgmin.git"
18 },
19 "keywords": [
20 "gulpplugin",
21 "svg"
22 ],
23 "dependencies": {
24 "svgo": "~0.5.0",
25 "bufferstreams": "0.0.2",
26 "gulp-util": "~2.2.20"
27 },
28 "devDependencies": {
29 "chai": "~1.9.2",
30 "gulp": "~3.8.8",
31 "gulp-jshint": "~1.8.5",
32 "gulp-mocha": "^1.1.1",
33 "jshint-stylish": "~1.0.0",
34 "mocha": "~1.21.5",
35 "event-stream": "~3.1.7"
36 },
37 "main": "index.js"
38}