Created Team.JSON

Added the team members.
This commit is contained in:
Ananay Arora
2014-11-26 20:32:21 +05:30
parent 6bab1b91ea
commit 330d11f309

View File

@@ -0,0 +1,30 @@
{
"teamName": "Experts Unlimited",
"members": [
{
"name": "Ananay Arora",
"twitter": "@ananayarora_com",
"koding": "ananay",
"location": "New Delhi, IN",
"lead": true
},
{
"name": "Abhishek Anand",
"twitter": "@abhichamp97",
"koding": "abhishek97",
"location": "New Delhi, IN"
},
{
"name": "Akshay Gupta",
"twitter": "@wizardgupta",
"koding": "akshaykgupta",
"location": "New Delhi, IN",
},
{
"name": "Rohan Dhar",
"twitter": "@rohanoffi",
"koding": "rohanoffi",
"location": "New Delhi, IN"
}
]
}