grunt-mustache-combine
Version:
Combine Mustache templates.
37 lines (36 loc) • 864 B
JSON
{
"name": "grunt-mustache-combine",
"description": "Combine Mustache templates.",
"version": "0.1.0",
"author": "VI Company",
"license": "MIT",
"homepage": "https://github.com/vicompany/grunt-mustache-combine",
"repository": {
"type": "git",
"url": "git://github.com/vicompany/grunt-mustache-combine.git"
},
"bugs": {
"url": "https://github.com/vicompany/grunt-mustache-combine/issues"
},
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-jshint": "^0.8.0",
"grunt-contrib-nodeunit": "^0.3.3",
"jshint": "^2.9.1",
"jshint-stylish": "^0.1.5",
"load-grunt-tasks": "^0.3.0"
},
"scripts": {
"test": "grunt test"
},
"keywords": [
"gruntplugin",
"mustache",
"vi-company"
]
}