From ef8405ee80408cbd156bbb93d97dcf03d7882276 Mon Sep 17 00:00:00 2001 From: Harsh Vakharia Date: Wed, 26 Nov 2014 18:31:51 +0530 Subject: [PATCH] Create team.json --- Teams/Autobots/team.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Teams/Autobots/team.json diff --git a/Teams/Autobots/team.json b/Teams/Autobots/team.json new file mode 100644 index 0000000..a075654 --- /dev/null +++ b/Teams/Autobots/team.json @@ -0,0 +1,14 @@ +{ + "teamName": "Autobots", + "members": [ + + { + "name": "Harsh Vakharia", + "twitter": "harsjv", + "koding": "harshjv", + "location": "Gujarat, India", + "lead": true + } + + ] +}