Move presets to json objects

This commit is contained in:
Brian Miyaji
2014-05-02 17:27:18 +10:00
parent 6ce1953dc2
commit 388817111a
22 changed files with 438 additions and 365 deletions

21
presets/cricket.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "Cricket - coming soon",
"outcomes": [
"Win",
"Loss",
"Tie",
"Draw"
],
"results": [
],
"performance": [
],
"columns": [
],
"metrics": [
"Height",
"Weight"
],
"statistics": [
]
}