From 92b750ba80c2cb5cb4b07f37e3b1708e4fa4dae1 Mon Sep 17 00:00:00 2001 From: Pavel Zet Date: Wed, 26 Nov 2014 17:50:47 +0200 Subject: [PATCH] add team.json --- Teams/DeadWookie/team.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Teams/DeadWookie/team.json diff --git a/Teams/DeadWookie/team.json b/Teams/DeadWookie/team.json new file mode 100644 index 0000000..ca8127d --- /dev/null +++ b/Teams/DeadWookie/team.json @@ -0,0 +1,31 @@ +{ + "teamName": "DeadWookie", + "members": [ + { + "name": "Eugene Ryabchenko", + "koding": "comentor", + "location": "Odessa, UA" + }, + { + "name": "Dmitry Banasko", + "koding": "imbad", + "location": "Odessa, UA" + }, + { + "name": "Sergey Malyuta", + "koding": "m-serge", + "location": "Odessa, UA" + }, + { + "name": "Vadim Marushevsky", + "koding": "makanaki", + "location": "Odessa, UA" + }, + { + "name": "Pavel Zet", + "koding": "zetorama", + "location": "Odessa, UA", + "lead": true + } + ] +}