grunt-dom-templates
Version:
Smart partial HTML templates compiler and loader.
50 lines (49 loc) • 1.1 kB
JSON
{
"name": "grunt-dom-templates",
"description": "Smart partial HTML templates compiler and loader.",
"version": "0.1.16",
"homepage": "https://github.com/kodmax/grunt-dom-templates",
"author": {
"name": "kodmax",
"email": "mm.kodmax@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/kodmax/grunt-dom-templates.git"
},
"bugs": {
"url": "https://github.com/kodmax/grunt-dom-templates/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/kodmax/grunt-dom-templates/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-jshint": "^0.9.2",
"grunt-contrib-nodeunit": "^0.3.3"
},
"peerDependencies": {
"grunt": "~0.4.5"
},
"keywords": [
"gruntplugin",
"dom",
"templates",
"templating",
"template",
"grunt",
"html",
"requirejs",
"rivets"
]
}