Create team.json

This commit is contained in:
Peter Stakoun
2014-11-27 22:28:50 -05:00
parent 277379d226
commit 40c031bf69
+26
View File
@@ -0,0 +1,26 @@
{
"teamName": "Team Koders",
"members": [
{
"name": "Peter Stakoun",
"twitter": "pstakoun",
"koding": "pstakoun",
"location": "Toronto, CA",
"lead": true
},
{
"name": "Adam Strom",
"koding": "AStrom0724",
"location": "Toronto, CA"
},
{
"name": "Kevin Shen",
"koding": "kshen3778",
"location": "Toronto, CA"
},
{
"name": "Kayton Yan",
"location": "Toronto, CA"
}
]
}