Added team information

This commit is contained in:
Richard Andres Melo Carrillo
2014-11-27 08:51:45 -05:00
parent 2c37b1e4d1
commit 17451a104f
+36
View File
@@ -0,0 +1,36 @@
{
"teamName": "Sudo",
"members": [
{
"name": "Full Name",
"twitter": "twitter acct no @",
"koding": "koding username",
"location": "city, 2 digit country code"
},
{
"name": "Richard Melo",
"twitter": "allucardster",
"koding": "allucardster",
"location": "Cali, CO",
"lead": true
},
{
"name": "Victor Gonzales",
"twitter": "vichugof",
"koding": "vichugof",
"location": "Cali, CO"
},
{
"name": "Ricardo Valencia",
"twitter": "",
"koding": "",
"location": "Cali, CO"
},
{
"name": "Jhon Javier Cardona",
"twitter": "",
"koding": "",
"location": "Cali, CO"
}
]
}