grunt-html-improved
Version:
Grunt plugin for html-improved
45 lines (44 loc) • 957 B
JSON
{
"name": "grunt-html-improved",
"version": "0.2.4",
"description": "Grunt plugin for html-improved",
"homepage": "https://github.com/nidorx/grunt-html-improved",
"author": {
"name": "Alex Rodin",
"email": "contato@alexrodin.info",
"url": "http://www.alexrodin.info/"
},
"repository": {
"type": "git",
"url": "git://github.com/nidorx/grunt-html-improved.git"
},
"bugs": {
"url": "https://github.com/nidorx/grunt-html-improved/issues"
},
"licenses": [
{
"type": "GPL2",
"url": "https://github.com/nidorx/grunt-html-improved/blob/master/LICENSE"
}
],
"dependencies": {
"chalk": "2.4.2",
"html-improved": "0.2.4"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"keywords": [
"grunt",
"gruntplugin",
"jade",
"hmtl",
"template",
"extends",
"include"
],
"files": [
"tasks",
"LICENSE"
]
}