Create team.json

This commit is contained in:
Brandon Azer
2014-12-03 08:30:54 -05:00
parent 3d5429f365
commit 6331850107
+18
View File
@@ -0,0 +1,18 @@
{
"teamName": "Mirai",
"members": [
{
"name": "Henry Velasquez",
"twitter": "WMAADev",
"koding": "HenryV10",
"location": "Grand Rapids, US"
},
{
"name": "Brandon Azer",
"twitter": "AzerBrandon",
"koding": "a0z1e0r8",
"location": "Grand Rapids, US",
"lead": true
},
]
}