Create team.json

added members
This commit is contained in:
ShinyMoose
2014-12-02 22:27:14 -05:00
parent 5493256548
commit 51448f8f67
+18
View File
@@ -0,0 +1,18 @@
{
"teamName": "Exc Inc",
"members": [
{
"name": "Cade Gillum",
"twitter": "cpgsquared",
"koding": "cpgsquared",
"location": "Kalamazoo, US"
},
{
"name": "Torrin Cook",
"twitter": "TorrinCook",
"koding": "blindrunner",
"location": "Kalamazoo, US",
"lead": true
}
]
}