Create team.json

This commit is contained in:
Dheeraj Suthar
2014-12-01 15:56:53 +05:30
parent 6961d1987a
commit f071c0bee0

24
Teams/Enigma/team.json Normal file
View File

@@ -0,0 +1,24 @@
{
"teamName": "Enigma",
"members": [
{
"name": "Rahul Bhanushali",
"twitter": "157rahul",
"koding": "rahulmb",
"location": "Mumbai, IN"
},
{
"name": "Jeet Parikh",
"twitter": "jeetv2",
"koding": "jerryroxx",
"location": "Mumbai, IN"
},
{
"name": "Dheeraj Suthar",
"twitter": "geekforgrace",
"koding": "dheersuthar",
"location": "Mumbai, IN"
"lead": true
}
]
}