37 lines
725 B
JSON
37 lines
725 B
JSON
{
|
|
"teamName": "PoplarFluff",
|
|
"members": [
|
|
{
|
|
"name": "Maxim Kuptsov",
|
|
"twitter": "pugovok",
|
|
"koding": "pugovok",
|
|
"location": "Smolensk, RU",
|
|
"lead": true
|
|
},
|
|
{
|
|
"name": "Artem Radchenkov",
|
|
"twitter": "",
|
|
"koding": "armit",
|
|
"location": "Smolensk, RU"
|
|
},
|
|
{
|
|
"name": "Ilya Kolesnikov",
|
|
"twitter": "ilya3d",
|
|
"koding": "ilya3d",
|
|
"location": "Smolensk, RU"
|
|
},
|
|
{
|
|
"name": "Dmitriy Savushkin",
|
|
"twitter": "",
|
|
"koding": "dimasavushkin",
|
|
"location": "Smolensk, RU"
|
|
},
|
|
{
|
|
"name": "Pavel Kupreev",
|
|
"twitter": "",
|
|
"koding":"pavelkupreev",
|
|
"location": "Smolensk, RU"
|
|
}
|
|
]
|
|
}
|