Create team.json

This commit is contained in:
Çağdaş Öztekin
2014-11-26 14:10:10 +02:00
parent 4ad5852c3d
commit 87475eda6c
+24
View File
@@ -0,0 +1,24 @@
{
"teamName": "AOC",
"members": [
{
"name": "cagdas",
"twitter": "dunkucoder",
"koding": "drunkcoder",
"location": "ankara, tr",
"lead": true"
},
{
"name": "oguz bilginer",
"twitter": "oguzbilgener",
"koding": "oguzbilgener",
"location": "ankara, tr"
},
{
"name": "ata kilicli",
"twitter": "ataalik",
"koding": "ataalik",
"location": "ankara, tr"
}
]
}