add team.json

This commit is contained in:
Pavel Zet
2014-11-26 17:50:47 +02:00
parent 2c37b1e4d1
commit 92b750ba80

View File

@@ -0,0 +1,31 @@
{
"teamName": "DeadWookie",
"members": [
{
"name": "Eugene Ryabchenko",
"koding": "comentor",
"location": "Odessa, UA"
},
{
"name": "Dmitry Banasko",
"koding": "imbad",
"location": "Odessa, UA"
},
{
"name": "Sergey Malyuta",
"koding": "m-serge",
"location": "Odessa, UA"
},
{
"name": "Vadim Marushevsky",
"koding": "makanaki",
"location": "Odessa, UA"
},
{
"name": "Pavel Zet",
"koding": "zetorama",
"location": "Odessa, UA",
"lead": true
}
]
}