{
  "name": "gulp-fontmin",
  "version": "0.7.4",
  "description": "Gulp plugin for minify TTF font to SVG, EOT, WOFF",
  "license": "MIT",
  "repository": "ecomfe/gulp-fontmin",
  "author": {
    "name": "junmer",
    "email": "junmer@foxmail.com"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha --timeout 50000"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "gulpplugin",
    "fontmin",
    "font",
    "minify",
    "minifier",
    "compress",
    "ttf",
    "woff",
    "eot",
    "svg"
  ],
  "dependencies": {
    "chalk": "^1.0.0",
    "fontmin": "^0.9.3",
    "gulp-util": "^3.0.0",
    "object-assign": "^4.0.1",
    "pretty-bytes": "^3.0.1",
    "through2-concurrent": "^1.0.0"
  },
  "devDependencies": {
    "mocha": "*"
  }
}
