initial team json

This commit is contained in:
frnhr
2014-11-26 22:42:33 +01:00
parent c52391ad0c
commit 01df874e68

21
Teams/Echoes/team.json Normal file
View File

@@ -0,0 +1,21 @@
{
"teamName": "Echoes",
"members": [
{
"name": "Martin Samsa",
"koding": "msamsa",
"location": "Rotterdam, NL"
},
{
"name": "Marin Troselj",
"koding": "mtroselj",
"location": "Rijeka, HR"
},
{
"name": "Fran Hrzenjak",
"koding": "frnhr",
"location": "Zagreb, HR",
"lead": true
}
]
}