Create team.json

This commit is contained in:
bosung90
2014-11-26 17:28:21 -08:00
parent 3b3d5fc0b3
commit 83c665d393
+24
View File
@@ -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",
}
]
}