mirror of https://github.com/curbengh/hexo-yam
34 lines
697 B
JSON
34 lines
697 B
JSON
{
|
|
"author": {
|
|
"name": "rozbo"
|
|
},
|
|
"dependencies": {
|
|
"bluebird": "^3.3.5",
|
|
"clean-css": "^2.9.x",
|
|
"html-minifier": "^2.1.2",
|
|
"minimatch": "^3.0.0",
|
|
"object-assign": "^4.1.0",
|
|
"stream-to-array": "^2.3.0",
|
|
"uglify-js": "~2.6.2"
|
|
},
|
|
"description": "auto Minify html、js、css and make it neat",
|
|
"devDependencies": {},
|
|
"directories": {},
|
|
"keywords": [
|
|
"html",
|
|
"js",
|
|
"css",
|
|
"hexo",
|
|
"minify"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "hexo-neat",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"version": "0.1.2"
|
|
}
|