hexo-yam/package.json

38 lines
787 B
JSON

{
"author": {
"name": "rozbo"
},
"repository": {
"type": "git",
"url": "git@github.com:rozbo/hexo-neat.git"
},
"dependencies": {
"bluebird": "^3.3.5",
"clean-css": "^2.9.x",
"html-minifier": "^2.1.2",
"minimatch": "^3.0.0",
"object-assign": "^4.1.0",
"stream-to-array": "^2.3.0",
"uglify-js": "~2.6.2"
},
"description": "auto Minify html、js、css and make it neat",
"devDependencies": {},
"directories": {},
"keywords": [
"html",
"js",
"css",
"hexo",
"minify"
],
"license": "MIT",
"main": "index.js",
"name": "hexo-neat",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.0"
}