Create team.json

This commit is contained in:
Teddy Yeberahu
2014-12-03 09:12:36 -05:00
parent 4fde32f877
commit 4a54a99fb3
+19
View File
@@ -0,0 +1,19 @@
{
"teamName": "Blue Shirt Academy",
"members": [
{
"name": "Rachel Stein",
"twitter": "steinrach",
"koding": "rstein",
"location": "Grand Rapids, US"
},
{
"name": "Tawodros Yeberahu",
"twitter": "exp_teddy",
"koding": "teddy-exp",
"location": "Grand Rapids, US",
"lead": true
},
]
}