grunt-flats
Version:
Grunt task for generating static layouts from templated partials.
61 lines (60 loc) • 1.25 kB
JSON
{
"name": "grunt-flats",
"description": "Grunt task for generating static layouts from templated partials.",
"version": "0.3.0",
"homepage": "https://github.com/adamduncan/grunt-flats",
"author": {
"name": "Adam Duncan",
"email": "mail@adamduncandesigns.com",
"url": "http://adamduncandesigns.com"
},
"contributors": [
{
"name": "Adam Duncan",
"url": "http://adamduncandesigns.com"
},
{
"name": "Thomas Digby",
"url": "http://thomasdig.by"
}
],
"repository": {
"type": "git",
"url": "https://github.com/adamduncan/grunt-flats.git"
},
"bugs": {
"url": "https://github.com/adamduncan/grunt-flats/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/adamduncan/grunt-flats/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.10.x"
},
"dependencies": {
"hogan.js": "^3.0.2"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.6.0"
},
"keywords": [
"gruntplugin",
"grunt",
"template",
"templating",
"static",
"html",
"handlebars",
"mustache",
"render",
"flat",
"flats",
"hogan",
"hoganjs"
]
}