diff --git a/Teams/LunchBox/team.json b/Teams/LunchBox/team.json new file mode 100644 index 0000000..6bd5838 --- /dev/null +++ b/Teams/LunchBox/team.json @@ -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 + } + ] +}