Create team.json

This commit is contained in:
Andrés Torres
2014-11-26 16:45:52 -05:00
parent c52391ad0c
commit e7f805fe0c
+24
View File
@@ -0,0 +1,24 @@
{
"teamName": "Shamas",
"members": [
{
"name": "Andrés Torres",
"twitter": "elfotografo007",
"koding": "elfotografo007",
"location": "Pereira, CO",
"lead": true
},
{
"name": "Harold Sánchez",
"twitter": "sancospi",
"koding": "sancospi",
"location": "Pereira, CO"
},
{
"name": "Mariano Aguirre",
"twitter": "sinanyasar",
"koding": "sinan",
"location": "Medellin, CO"
}
]
}