hexo-yam/package.json

42 lines
790 B
JSON

{
"name": "hexo-yam",
"description": "Yet Another Minifier. Minify and compress html, js and css",
"version": "1.1.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": {
"bluebird": "^3.5.3",
"clean-css": "^4.2.1",
"html-minifier": "^3.5.21",
"iltorb": "^2.4.2",
"minimatch": "^3.0.4",
"uglify-js": "^3.4.9"
},
"keywords": [
"html",
"js",
"css",
"xml",
"json",
"minify",
"compress",
"gzip",
"brotli",
"hexo-yam",
"hexo"
]
}