Create team.json

This commit is contained in:
Paul Bailey
2014-11-26 10:26:45 -05:00
parent 2c37b1e4d1
commit 5c500ec0ce

View File

@@ -0,0 +1,17 @@
{
"teamName": "Team Hairball",
"members": [
{
"name": "Paul Bailey",
"twitter": "pizzapanther",
"koding": "pizzapanther",
"location": "League City, US"
},
{
"name": "Chris Cauley",
"twitter": "lablackey",
"koding": "Chriscauley",
"location": "Houston, US"
}
]
}