Create team.json

Team Members information
This commit is contained in:
Roberto Cabrera
2014-11-24 10:56:30 -05:00
parent f703157ea6
commit 3708806a65

View File

@@ -0,0 +1,18 @@
{
"teamName": "TheCoderMix",
"members": [
{
"name": "Roberto Cabrera",
"twitter": "papiro89",
"koding": "rob-cabrera",
"location": "New York, US"
"lead": true
},
{
"name": "Jaime Cajamarca",
"twitter": "-",
"koding": "cyberjaime45",
"location": "New York, NY"
}
]
}