{
	"targetDir": "www/",
	"sourceDir": "target/todomvc/",
	"serverPrefix" : "com.example.todos.views",
	"cdnMap": "cdn",
	"cdnLinksMap": "cdnLinks",
	"cdnHost": "./",
	"isDevMode": false,
	"views": {
		"index.html":
			{
				"view": "HomePage",
				"data": {},
				"extras": {}
			}
	},
	"files": [
		"robots.txt",
		"favicon.ico"
	]
}
