hexo-yam/package.json

36 lines
684 B
JSON
Raw Normal View History

2016-05-26 11:09:41 +00:00
{
"name": "hexo-yam",
"description": "Yet Another Minifier. Minify html, js and css",
2018-09-27 08:12:14 +00:00
"version": "0.2.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",
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": {
"bluebird": "^3.5.2",
"clean-css": "^4.2.1",
"html-minifier": "^3.5.20",
"minimatch": "^3.0.4",
"object-assign": "^4.1.1",
2016-05-26 11:09:41 +00:00
"stream-to-array": "^2.3.0",
"uglify-js": "^3.4.9"
2016-05-26 11:09:41 +00:00
},
"keywords": [
"html",
"js",
"css",
"hexo",
"minify"
]
2016-05-26 11:09:41 +00:00
}