Create team.json

This commit is contained in:
Alex Nishikawa
2014-12-02 19:44:14 -08:00
parent b7bb770c74
commit 490dea7581
@@ -0,0 +1,18 @@
{
"teamName": "Do Robots Dream Of Electric Sheep",
"members": [
{
"name": "Alex Nishikawa",
"twitter": "DoRobotsDream",
"koding": "alex-nishikawa",
"location": "Seattle, US",
"lead": true
},
{
"name": "Alex Unwin",
"twitter": "DoRobotsDream",
"koding": "aunwin",
"location": "Seattle, US"
}
]
}