From 0ce95188a4c31fb4c8a7ec13d33b3010bda2ae82 Mon Sep 17 00:00:00 2001 From: madytyoo Date: Sun, 23 Nov 2014 07:28:18 +0100 Subject: [PATCH] Create team.json --- Teams/CodeGreen/team.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Teams/CodeGreen/team.json diff --git a/Teams/CodeGreen/team.json b/Teams/CodeGreen/team.json new file mode 100644 index 0000000..48b907a --- /dev/null +++ b/Teams/CodeGreen/team.json @@ -0,0 +1,30 @@ +{ + "teamName": "CodeGreen", + "members": [ + { + "name": "Meni Vaitsi", + "twitter": "menouliv", + "koding": "menivaitsi", + "location": "Santa Barbara, US", + }, + { + "name": "Dimuthu Upeksha", + "twitter": "DimuthuUpe", + "koding": "dimuthuupe", + "location": "Moratuwa, LK" + }, + { + "name": "Maurizio T", + "twitter": "madytyoo", + "koding": "madytyoo", + "location": "Milazzo, IT", + }, + { + "name": "Max Jacobson", + "twitter": "", + "koding": "maxmjacobson", + "location": "Sao Paulo,BR", + "lead": true + } + ] +}