Create team.json

This commit is contained in:
Gustavo El Khoury
2014-12-02 23:47:07 -05:00
parent 47f6d8654e
commit 8987e1bc92
+24
View File
@@ -0,0 +1,24 @@
{
"teamName": "USB-KodersInternational",
"members": [
{
"name": "Alejandro Diaz",
"twitter": "alejodiazg",
"koding": "alejodiazg",
"location": "Caracas, VE"
},
{
"name": "Gustavo El Khoury",
"twitter": "Gustav0_EK",
"koding": "gres147679",
"location": "Oshawa, CA",
"lead": true
},
{
"name": "Gabriela Limonta",
"twitter": "GabrielaLimonta",
"koding": "glimonta",
"location": "Munich, DE"
}
]
}