hexo-generator-optimize
Version:
Optimize assets plugin for Hexo
45 lines (44 loc) • 823 B
JSON
{
"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": "*"
}
}