{
  "name": "hexo-generator-optimize",
  "version": "0.1.3",
  "description": "Optimize assets plugin for Hexo",
  "main": "index",
  "repository": {
    "type": "git",
    "url": "git://github.com/abstracthat/hexo-generator-optimize.git"
  },
  "keywords": [
    "optimize",
    "generator",
    "hexo",
    "minify",
    "uglify",
    "concat",
    "image-min",
    "gzip"
  ],
  "author": "Abstract Hat",
  "license": {
    "type": "LGPL",
    "url": ""
  },
  "engines": {
    "hexo": "*"
  },
  "dependencies": {
    "uglify-js": "*",
    "image-min": "*",
    "clean-css": "*",
    "async": "*",
    "zlib": "*",
    "concat-files": "*",
    "graceful-fs": "*",
    "colors": "*",
    "lodash": "*",
    "highlight.js": "*",
    "chokidar": "*",
    "yamljs" : "*",
    "cheerio": "*",
    "html-minifier": "*"
  }
}
