Create team.json
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"teamName": "MasterMinds",
|
||||
"members": [
|
||||
{
|
||||
"name": "Eric Kim",
|
||||
"twitter": "bosung90",
|
||||
"koding": "bosung90",
|
||||
"location": "Vancouver, CA"
|
||||
"lead": true
|
||||
},
|
||||
{
|
||||
"name": "Gerry Cao",
|
||||
"twitter": "",
|
||||
"koding": "",
|
||||
"location": "Calgary, CA"
|
||||
},
|
||||
{
|
||||
"name": "Irene Fung",
|
||||
"twitter": "",
|
||||
"koding": "",
|
||||
"location": "Vancouver, CA",
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user