From b5a754a6fce3f67506b9b3c2e1bf5f871cb89dc5 Mon Sep 17 00:00:00 2001 From: Jose Luis Gonzalez Date: Wed, 26 Nov 2014 09:55:16 -0300 Subject: [PATCH] Added team information --- Teams/Aina/team.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Teams/Aina/team.json diff --git a/Teams/Aina/team.json b/Teams/Aina/team.json new file mode 100644 index 0000000..cb3dcf5 --- /dev/null +++ b/Teams/Aina/team.json @@ -0,0 +1,12 @@ +{ + "teamName": "Team Aina", + "members": [ + { + "name": "Jose Luis Gonzalez", + "twitter": "arkangelkruel", + "koding": "arkangelkruel", + "location": "Santiago, CL" + "lead" : true + } + ] +}