Create team.json

This commit is contained in:
packetghoest
2014-11-23 10:46:27 -08:00
parent f58b552cdd
commit 4dcc18285b
+24
View File
@@ -0,0 +1,24 @@
{
"teamName": "Black Rabbits",
"members": [
{
"name": "Raymond Evans",
"twitter": "packetghoest",
"koding": "packetghoest",
"location": "Biloxi, MS"
"lead": true
},
{
"name": "Jason Davis",
"twitter": "None",
"koding": "None",
"location": "Biloxi MS",
},
{
"name": "John Harter",
"twitter": "None",
"koding": "None",
"location": "Biloxi, MS"
}
]
}