mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
20 lines
425 B
JSON
20 lines
425 B
JSON
{
|
|
"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
|
|
}
|
|
} |