{
  "name": "hexo-font-minify",
  "version": "2.0.0",
  "description": "Generate minified fonts containing used characters only",
  "main": "lib/index.js",
  "scripts": {
    "prepublish": "gulp clean && gulp es6",
    "pretest": "gulp clean:test && gulp asset:test",
    "test": "gulp test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/akfish/hexo-font-minify.git"
  },
  "author": "AKFish <akfish@gmail.com> (http://catx.me)",
  "keywords": [
    "website",
    "blog",
    "cms",
    "framework",
    "hexo",
    "minify",
    "font"
  ],
  "license": "MIT",
  "dependencies": {
    "bluebird": "^3.3.1",
    "fontmin": "^0.9.2",
    "hexo-fs": "^0.1.5",
    "microtime": "^2.0.0",
    "through2": "^2.0.1",
    "underscore": "^1.8.3",
    "vinyl": "^1.1.1"
  },
  "devDependencies": {
    "babel-plugin-add-module-exports": "^0.1.2",
    "babel-preset-es2015": "^6.5.0",
    "babel-register": "^6.5.2",
    "chai": "^3.5.0",
    "chai-as-promised": "^5.2.0",
    "chai-things": "^0.2.0",
    "coffee-script": "^1.10.0",
    "del": "^2.2.0",
    "gulp": "^3.9.1",
    "gulp-babel": "^6.1.2",
    "gulp-heap": "^2.0.0-alpha.1",
    "gulp-mocha": "^2.2.0",
    "hexo": "^3.1.1",
    "hexo-util": "^0.5.3",
    "source-map-support": "^0.4.0",
    "underscore": "^1.8.3"
  }
}
