From 568fd654d7808a260f101ad2581841a633207824 Mon Sep 17 00:00:00 2001 From: Henrique Cardoso de Faria Date: Wed, 26 Nov 2014 20:14:30 -0200 Subject: [PATCH] Create team.json --- Teams/G51/team.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Teams/G51/team.json diff --git a/Teams/G51/team.json b/Teams/G51/team.json new file mode 100644 index 0000000..19677df --- /dev/null +++ b/Teams/G51/team.json @@ -0,0 +1,18 @@ +{ + "teamName": "G51", + "members": [ + { + "name": "Henrique Cardoso de Faria", + "twitter": "HCardosoDeFaria", + "koding": "henriquecf", + "location": "Goiania, BR", + "lead": true + }, + { + "name": "Ivan Oliveira Morais", + "twitter": "IvanOM90", + "koding": "IvanOM", + "location": "Goiania, BR", + } + ] +}