Create team.json

This commit is contained in:
Rohan Pandit
2014-11-29 11:24:58 -05:00
parent fedf7eba33
commit 5fb462d8e0
+21
View File
@@ -0,0 +1,21 @@
{
"teamName":"0x1A4",
"members":[
{
"name": "Sashank Thupukari",
"koding": "sthupukari",
"location": "Herndon, US",
"lead":true
},
{
"name":"Rohan Pandit",
"koding":"rohanp",
"location": "Herndon, US",
},
{
"name":"Rachel Li",
"koding": "mustuni1",
"location": "Herndon, US"
}
]
}