hexo-yam/package.json

41 lines
772 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-23 08:18:08 +00:00
"version": "2.0.0",
"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",
"nanomatch": "^1.2.13",
2019-04-23 07:59:35 +00:00
"svgo": "^1.2.2",
"terser": "^3.17.0"
2016-05-26 11:09:41 +00:00
},
"keywords": [
"html",
"js",
"css",
2019-04-23 07:59:35 +00:00
"svg",
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
}