mirror of https://github.com/curbengh/hexo-yam
39 lines
739 B
JSON
39 lines
739 B
JSON
{
|
|
"name": "hexo-yam",
|
|
"description": "Yet Another Minifier. Minify and compress html, js and css",
|
|
"version": "1.4.0",
|
|
"readme": "README.md",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
},
|
|
"author": "weyusi",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/weyusi/hexo-yam",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/weyusi/hexo-yam.git"
|
|
},
|
|
"dependencies": {
|
|
"clean-css": "^4.2.1",
|
|
"html-minifier": "^4.0.0",
|
|
"iltorb": "^2.4.2",
|
|
"nanomatch": "^1.2.13",
|
|
"terser": "^3.17.0"
|
|
},
|
|
"keywords": [
|
|
"html",
|
|
"js",
|
|
"css",
|
|
"minify",
|
|
"compress",
|
|
"gzip",
|
|
"brotli",
|
|
"hexo-yam",
|
|
"hexo"
|
|
]
|
|
}
|