From 003f907c6d2cc90daae31d1ee62ae0d0748922a0 Mon Sep 17 00:00:00 2001 From: neotheicebird Date: Wed, 26 Nov 2014 17:18:08 +0530 Subject: [PATCH] Added team information --- Teams/team.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Teams/team.json diff --git a/Teams/team.json b/Teams/team.json new file mode 100644 index 0000000..3d875f1 --- /dev/null +++ b/Teams/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "Fantasista", + "members": [ + { + "name": "prashanth", + "twitter": "neotheicebird", + "koding": "neotheicebird", + "location": "chennai, IN" + }, + ] +}