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",
|
2018-10-19 02:04:34 +00:00
|
|
|
"version": "0.6.1",
|
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
|
|
|
"bluebird": "^3.5.2",
|
|
|
|
"clean-css": "^4.2.1",
|
|
|
|
"html-minifier": "^3.5.20",
|
2018-09-30 07:30:32 +00:00
|
|
|
"iltorb": "^2.4.0",
|
2018-09-27 05:27:16 +00:00
|
|
|
"minimatch": "^3.0.4",
|
|
|
|
"object-assign": "^4.1.1",
|
2016-05-26 11:09:41 +00:00
|
|
|
"stream-to-array": "^2.3.0",
|
2018-09-30 07:30:32 +00:00
|
|
|
"uglify-js": "^3.4.9"
|
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
|
|
|
}
|