Added team details

This commit is contained in:
Jitesh Khandelwal
2014-12-01 21:22:50 +05:30
parent 154685a49b
commit ea3ff650bf

31
Teams/LunchBox/team.json Normal file
View File

@@ -0,0 +1,31 @@
{
"teamName" : "LunchBox",
"members" :
[
{
"name" : "Aayush Gupta",
"twitter" : "aayushgupta2306",
"koding" : "aayushgupta2306",
"location" : "Roorkee, IN"
},
{
"name" : "Vishal Chand",
"twitter" : "poison020492",
"koding" : "poison0204",
"location" : "Roorkee, IN"
},
{
"name" : "Nitesh Kumar",
"twitter" : "niteshk5",
"koding" : "niteshk770",
"location" : "Roorkee, IN"
},
{
"name" : "Jitesh Khandelwal",
"twitter" : "jiteshk23",
"koding" : "jiteshk",
"location" : "Roorkee, IN",
"lead" : true
}
]
}