mirror of https://github.com/curbengh/hexo-yam
36 lines
684 B
JSON
36 lines
684 B
JSON
{
|
|
"name": "hexo-yam",
|
|
"description": "Yet Another Minifier. Minify html, js and css",
|
|
"version": "0.1.0",
|
|
"readme": "README.md",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
},
|
|
"author": "weyusi",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/weyusi/hexo-yam.git"
|
|
},
|
|
"dependencies": {
|
|
"bluebird": "^3.5.2",
|
|
"clean-css": "^4.2.1",
|
|
"html-minifier": "^3.5.20",
|
|
"minimatch": "^3.0.4",
|
|
"object-assign": "^4.1.1",
|
|
"stream-to-array": "^2.3.0",
|
|
"uglify-js": "^3.4.9"
|
|
},
|
|
"keywords": [
|
|
"html",
|
|
"js",
|
|
"css",
|
|
"hexo",
|
|
"minify"
|
|
]
|
|
}
|