This commit is contained in:
wlh
2014-08-14 12:29:53 +08:00
parent f568b94429
commit 50a0b994ce
86 changed files with 7520 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "template",
"version": "1.0.0",
"dependencies": {
"tmodjs": "1.0.1-rc5"
},
"tmodjs-config": {
"output": "../tpl",
"charset": "utf-8",
"syntax": "simple",
"helpers": null,
"escape": true,
"compress": true,
"type": "cmd",
"runtime": "template.js",
"alias": null,
"minify": false,
"cache": true
}
}