grunt-contrib-html-build
Version:
Grunt HTML Builder - Appends scripts and styles, Removes debug parts, append html partials, Template options
34 lines (33 loc) • 800 B
JSON
{
"name": "grunt-contrib-html-build",
"description": "Grunt HTML Builder - Appends scripts and styles, Removes debug parts, append html partials, Template options",
"version": "0.5.6",
"homepage": "https://github.com/techfano/grunt-html-build.gitt",
"author": {
"name": "Techfano",
"url": "http://github.com/techfano/"
},
"repository": {
"type": "git",
"url": "git://github.com/techfano/grunt-html-build.git"
},
"bugs": {
"url": "https://github.com/techfano/grunt-html-build/issues"
},
"devDependencies": {
"grunt": "^0.4.5"
},
"dependencies": {
"js-beautify": "^1.5.5"
},
"keywords": [
"gruntplugin",
"grunt",
"htmlbuild",
"html",
"build",
"htmlgen",
"generate",
"link"
]
}