Create team.json

This commit is contained in:
Stoica Vlad
2014-11-29 12:30:26 +02:00
parent 28d2380067
commit f06c799805
+24
View File
@@ -0,0 +1,24 @@
{
"teamName": "Team Conquiz",
"members": [
{
"name": "Stoica Vlad",
"twitter": "vladstoick",
"koding": "vladstoick",
"location": "Bucharest, RO"
},
{
"name": "Stoica Alexandru",
"twitter": "alexstoick",
"koding": "alexstoick",
"location": "Lodon, UK"
},
{
"name": "Clapa Alexandru",
"twitter": "alexclp",
"koding": "alexclp",
"location": "Bucharest, RO",
"lead": true
}
]
}