Create team.json

This commit is contained in:
Kevin Casey
2014-11-26 18:52:25 -08:00
parent 96df949c2f
commit 8643be6092

View File

@@ -0,0 +1,23 @@
{
"teamName": "Kommunicate",
"members": [
{
"name": "Alice Liu",
"koding": "aliceliu",
"location": "Berkeley, CA"
},
{
"name": "Kevin Casey",
"twitter": "KevinCasey22",
"koding": "Fortisque",
"location": "Berkeley, CA"
},
{
"name": "Sherman Leung",
"twitter": "sk_leung",
"koding": "sinan",
"location": "Stanford, CA",
"lead": true
}
]
}