2016-05-26 11:09:41 +00:00
|
|
|
{
|
2018-09-27 05:27:16 +00:00
|
|
|
"name": "hexo-yam",
|
2018-09-28 07:43:54 +00:00
|
|
|
"description": "Yet Another Minifier. Minify and compress html, js and css",
|
2019-04-22 12:13:04 +00:00
|
|
|
"version": "1.3.2",
|
2018-09-27 05:27:16 +00:00
|
|
|
"readme": "README.md",
|
|
|
|
"main": "index.js",
|
|
|
|
"directories": {
|
|
|
|
"lib": "./lib"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">= 8"
|
2016-05-26 11:09:41 +00:00
|
|
|
},
|
2018-09-27 05:27:16 +00:00
|
|
|
"author": "weyusi",
|
|
|
|
"license": "MIT",
|
2018-09-28 07:43:54 +00:00
|
|
|
"homepage": "https://github.com/weyusi/hexo-yam",
|
2016-05-26 11:14:14 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-09-27 05:27:16 +00:00
|
|
|
"url": "https://github.com/weyusi/hexo-yam.git"
|
2016-05-26 11:14:14 +00:00
|
|
|
},
|
2016-05-26 11:09:41 +00:00
|
|
|
"dependencies": {
|
2018-09-27 05:27:16 +00:00
|
|
|
"clean-css": "^4.2.1",
|
2019-04-01 18:50:56 +00:00
|
|
|
"html-minifier": "^4.0.0",
|
2019-03-14 09:20:41 +00:00
|
|
|
"iltorb": "^2.4.2",
|
2019-04-22 12:10:15 +00:00
|
|
|
"nanomatch": "^1.2.13",
|
2019-04-10 09:54:02 +00:00
|
|
|
"terser": "^3.17.0"
|
2016-05-26 11:09:41 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"html",
|
|
|
|
"js",
|
|
|
|
"css",
|
2018-09-28 07:43:54 +00:00
|
|
|
"minify",
|
|
|
|
"compress",
|
|
|
|
"gzip",
|
2018-09-30 07:30:32 +00:00
|
|
|
"brotli",
|
2018-09-28 07:43:54 +00:00
|
|
|
"hexo-yam",
|
|
|
|
"hexo"
|
2018-09-27 05:27:16 +00:00
|
|
|
]
|
2016-05-26 11:09:41 +00:00
|
|
|
}
|