Create team.json

This commit is contained in:
Mustafa Aldemir
2014-12-02 17:08:21 +02:00
parent ea23671d12
commit 44dc56425d
+24
View File
@@ -0,0 +1,24 @@
{
"teamName": "0xDEADBEEF",
"members": [
{
"name": "Mustafa Aldemir",
"twitter": "mstfldmr",
"koding": "mstfldmr",
"location": "Istanbul, TR",
"lead": true
},
{
"name": "Behzat Erte",
"twitter": "behzaterte",
"koding": "berte",
"location": "Istanbul, TR"
},
{
"name": "Firat Sagun",
"twitter": "fsagun",
"koding": "fsagun",
"location": "Istanbul, TR"
}
]
}