Create team.json

This commit is contained in:
amitrott
2014-11-27 08:54:46 -06:00
parent 72cb66a8e6
commit d1a0d27e08

View File

@@ -0,0 +1,12 @@
{
"teamName":"Yet Another Team",
"members": [
{
"name":"Angelo Mitrotti",
"twitter":"amitrott",
"koding":"amitrott",
"location":"Heredia, CR",
"lead":true
}
]
}