{
	"map": "moduleName",
	"templates": [{
		"id": "html",
		"path": "html.template"
	}, {
		"id": "js",
		"path": "js.template"
	}],
	"output": [{
		"path": "modules/{{moduleName}}.html",
		"using": "html"
	}, {
		"path": "modules/{{moduleName}}.js",
		"using": "js"
	}]
}