26 lines
526 B
JSON
26 lines
526 B
JSON
{
|
|
"teamName": "CodeNotion",
|
|
"members": [
|
|
{
|
|
"name": "Francisco Facioni",
|
|
"koding": "fran6co",
|
|
"github": "fran6co",
|
|
"location": "Buenos Aires, AR"
|
|
},
|
|
{
|
|
"name": "Michael Adam Jablecki",
|
|
"twitter": "jabowocky",
|
|
"koding": "mjablecki",
|
|
"github": "maddo",
|
|
"location": "Providence, US",
|
|
"lead": true
|
|
},
|
|
{
|
|
"name": "Ezequiel Rabinovich",
|
|
"koding": "warseph",
|
|
"github": "warseph",
|
|
"location": "Santiago de Chile, CL"
|
|
}
|
|
]
|
|
}
|