Create team.json

Created team with members Tulio and Darin
This commit is contained in:
Tulio Troncoso
2014-12-02 22:18:34 -05:00
parent de9e07d095
commit 8ae4d0791d
+17
View File
@@ -0,0 +1,17 @@
{
"teamName": "DeeTee",
"members": [
{
"name": "Tulio Troncoso",
"twitter": "tuliotron",
"koding": "tuliot",
"location": "Orlando, FL"
},
{
"name": "Darin Doria",
"twitter": "_darindoria",
"koding": "darindoria",
"location": "Orlando, FL"
}
]
}