Create team.json

This commit is contained in:
elc1798
2014-11-26 21:24:54 -05:00
parent 96df949c2f
commit ee91a322e2

View File

@@ -0,0 +1,36 @@
{
"teamName": "Team Koders",
"members": [
{
"name": "Ethan Cheng",
"twitter": "",
"koding": "elc1798",
"location": "New York, US"
"lead": true
},
{
"name": "Yicheng Wang",
"twitter": "",
"koding": "yeechwyc",
"location": "New York, US"
},
{
"name": "Ruojia Sun",
"twitter": "",
"koding": "",
"location": "New York, US"
},
{
"name": "Jesse Elliot",
"twitter": "",
"koding": "Jelliott37",
"location": "New York, US"
},
{
"name": "Nobel Gautam",
"twitter": "",
"koding": "plisno",
"location": "New York, US"
}
]
}