hexo-yam/package.json

39 lines
738 B
JSON
Raw Normal View History

2016-05-26 11:09:41 +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 10:58:40 +00:00
"version": "1.3.1",
"readme": "README.md",
"main": "index.js",
"directories": {
"lib": "./lib"
},
"engines": {
"node": ">= 8"
2016-05-26 11:09:41 +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",
"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": {
"clean-css": "^4.2.1",
"html-minifier": "^4.0.0",
2019-03-14 09:20:41 +00:00
"iltorb": "^2.4.2",
"minimatch": "^3.0.4",
"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"
]
2016-05-26 11:09:41 +00:00
}