From 31188ce7e502976506250754c94b62319491f888 Mon Sep 17 00:00:00 2001 From: Ali Diouri Date: Wed, 3 Dec 2014 10:15:04 +0000 Subject: [PATCH] Added team information --- Teams/TheMatrix/team.jason | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Teams/TheMatrix/team.jason diff --git a/Teams/TheMatrix/team.jason b/Teams/TheMatrix/team.jason new file mode 100644 index 0000000..33a2df4 --- /dev/null +++ b/Teams/TheMatrix/team.jason @@ -0,0 +1,12 @@ +{ + "teamName": "TheMatrix", + "members": [ + { + "name": "Ali Diouri", + "twitter": "AliDiouriX", + "koding": "theshadowx", + "location": "Rabat, MA" + "lead": true + } + ] +}