From 01df874e687978c13adf60dbb51eee9bedbc6f7b Mon Sep 17 00:00:00 2001 From: frnhr Date: Wed, 26 Nov 2014 22:42:33 +0100 Subject: [PATCH] initial team json --- Teams/Echoes/team.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Teams/Echoes/team.json diff --git a/Teams/Echoes/team.json b/Teams/Echoes/team.json new file mode 100644 index 0000000..dbe74b1 --- /dev/null +++ b/Teams/Echoes/team.json @@ -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 + } + ] +}