From 003ab87f86bfa0f71341935cd1188737fa337c02 Mon Sep 17 00:00:00 2001 From: HACP Date: Fri, 21 Nov 2014 18:34:40 -0500 Subject: [PATCH] Create team.json --- Teams/elFaro/team.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Teams/elFaro/team.json diff --git a/Teams/elFaro/team.json b/Teams/elFaro/team.json new file mode 100644 index 0000000..00b4489 --- /dev/null +++ b/Teams/elFaro/team.json @@ -0,0 +1,12 @@ +{ + "teamName": "elFaro", + "members": [ + { + "name": "Hugo C", + "twitter": "Nay_Nope", + "koding": "hacp", + "location": "New York, USA", + "lead": true + } + ] + }