Created team.json file.

This commit is contained in:
Qile Wang
2014-12-03 00:38:36 -05:00
parent e2f93f5f6f
commit 288ed8a238
+36
View File
@@ -0,0 +1,36 @@
{
"teamName": "OurBrilliance",
"members": [
{
"name": "Qile Wang",
"twitter": "QileWang",
"koding": "qilew",
"location": "Toronto, CA",
"lead": true
},
{
"name": "Akash Patel",
"twitter": "senor_patel",
"koding": "apt2",
"location": "Toronto, CA"
},
{
"name": "Arsalan Andany",
"twitter": "_ANDANY_",
"koding": "andany",
"location": "Toronto, CA"
},
{
"name": "Fiza Mehta",
"twitter": "lefeeza",
"koding": "lefeeza",
"location": "Toronto, CA"
},
{
"name": "Mona Shamte",
"twitter": "mona_shamte",
"koding": "monashamte",
"location": "Toronto, CA"
}
]
}