From b07e33f43e16943e530b25205bb19d8199d8874a Mon Sep 17 00:00:00 2001 From: Anuj Mehta Date: Tue, 2 Dec 2014 16:14:58 +0530 Subject: [PATCH] Adding team.json --- Teams/The-Abstracted-Spiders/team.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Teams/The-Abstracted-Spiders/team.json diff --git a/Teams/The-Abstracted-Spiders/team.json b/Teams/The-Abstracted-Spiders/team.json new file mode 100644 index 0000000..6f46a42 --- /dev/null +++ b/Teams/The-Abstracted-Spiders/team.json @@ -0,0 +1,22 @@ +{ + "teamName": "The Abstracted Spiders", + "members": [ + { + "name": "Dipen Patel", + "twitter": "@27dipen", + "koding": "dipen27", + "location": "Mumbai, IN" + }, + { + "name": "Parth Mehta", + "twitter": "@parthrmehta", + "koding": "parth1234", + "location": "Mumbai, IN" + }, + { + "name": "Anuj Mehta", + "twitter": "@anuj.nm", + "koding": "anujnm", + "location": "Mumbai, IN" + } + }