From 83c665d3930e67341974d71f47cbde1634f4bc21 Mon Sep 17 00:00:00 2001 From: bosung90 Date: Wed, 26 Nov 2014 17:28:21 -0800 Subject: [PATCH] Create team.json --- Teams/MasterMinds/team.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Teams/MasterMinds/team.json diff --git a/Teams/MasterMinds/team.json b/Teams/MasterMinds/team.json new file mode 100644 index 0000000..e6f6a13 --- /dev/null +++ b/Teams/MasterMinds/team.json @@ -0,0 +1,24 @@ +{ + "teamName": "MasterMinds", + "members": [ + { + "name": "Eric Kim", + "twitter": "bosung90", + "koding": "bosung90", + "location": "Vancouver, CA" + "lead": true + }, + { + "name": "Gerry Cao", + "twitter": "", + "koding": "", + "location": "Calgary, CA" + }, + { + "name": "Irene Fung", + "twitter": "", + "koding": "", + "location": "Vancouver, CA", + } + ] +}