Create team.json

This commit is contained in:
indr4winata
2014-11-30 17:01:05 +07:00
parent d0e9807539
commit abdd34fb0e

30
Teams/Thinker/team.json Normal file
View File

@@ -0,0 +1,30 @@
{
"teamName": "Thinker",
"members": [
{
"name": "Indra Winata",
"twitter": "indr4_winata",
"koding": "indr4winata",
"location": "Jakarta, ID",
"lead": true
},
{
"name": "Martono",
"twitter": "voltz_pro",
"koding": "voltz",
"location": "Jakarta, ID"
},
{
"name": "Jeffrey",
"twitter": "pieceofsky",
"koding": "jeffreywijaya",
"location": "Jakarta, ID"
},
{
"name": "Thomas Rico",
"twitter": "_thom_ass_",
"koding": "thomasrico",
"location": "Bekasi, ID"
}
]
}