{
	"engine": "ejs",
	"encoding": "utf-8",
	"basePath": "./plugins/ved_2html/test/res",
	"savePath": "./test/htmls",
	"global": {
		"basePath": "http://app.changyou.com"
	},
	"pages": [
		{
			"fromView": "/test.ejs",
			"toFile": "/test.html",
			"data": {
				"test": "hello world"
			}
		}
	]
}
