From 288ed8a238c6b5f9b8ecb0c7112456e89a92f550 Mon Sep 17 00:00:00 2001 From: Qile Wang Date: Wed, 3 Dec 2014 00:38:36 -0500 Subject: [PATCH] Created team.json file. --- Teams/OurBrilliance/team.json | 36 +++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Teams/OurBrilliance/team.json diff --git a/Teams/OurBrilliance/team.json b/Teams/OurBrilliance/team.json new file mode 100644 index 0000000..4843bb6 --- /dev/null +++ b/Teams/OurBrilliance/team.json @@ -0,0 +1,36 @@ +{ + "teamName": "OurBrilliance", + "members": [ + { + "name": "Qile Wang", + "twitter": "QileWang", + "koding": "qilew", + "location": "Toronto, CA", + "lead": true + }, + { + "name": "Akash Patel", + "twitter": "senor_patel", + "koding": "apt2", + "location": "Toronto, CA" + }, + { + "name": "Arsalan Andany", + "twitter": "_ANDANY_", + "koding": "andany", + "location": "Toronto, CA" + }, + { + "name": "Fiza Mehta", + "twitter": "lefeeza", + "koding": "lefeeza", + "location": "Toronto, CA" + }, + { + "name": "Mona Shamte", + "twitter": "mona_shamte", + "koding": "monashamte", + "location": "Toronto, CA" + } + ] +}