Create team.json

This commit is contained in:
MartianKnight
2014-12-02 20:46:17 -05:00
parent 3d5429f365
commit c93e1b5c7b

View File

@@ -0,0 +1,36 @@
{
"teamName": "Hack the Planet",
"members": [
{
"name": "Charles Sinclair",
"twitter": "",
"koding": "Will Sin",
"location": "Charlotte, US",
"lead": true
},
{
"name": "Simon Girma",
"twitter": "",
"koding": "",
"location": "Charlotte, US"
},
{
"name": "Markcus Wallace",
"twitter": "",
"koding": "",
"location": "Raleigh, US"
},
{
"name": "Daniel Godfrey",
"twitter": "",
"koding": "",
"location": "Charlotte, US"
},
{
"name": "Chris Wesley",
"twitter": "",
"koding": "",
"location": "Charlotte, US"
}
]
}