Create team.json

This commit is contained in:
Vitalijs Litvinovs
2014-11-26 14:03:23 +02:00
parent 2c37b1e4d1
commit 1bccc3cc30
+35
View File
@@ -0,0 +1,35 @@
{
"teamName": "TPro",
"members": [
{
"name": "Vitalijs Litvinovs",
"twitter": "groovetool",
"koding": "ulow",
"location": "Riga, LV",
"lead": true
},
{
"name": "Dmitry Morozov",
"koding": "dm1tpro1lv",
"location": "Riga, LV",
"lead": true
},
{
"name": "Sergey Kibiss",
"twitter": "s_kibish",
"koding": "skibish",
"location": "Riga, LV"
},
{
"name": "Dmitry Bogachkin",
"koding": "dmitrybog",
"location": "Riga, LV"
},
{
"name": "Raitis Ozols",
"twitter": "Raitix",
"koding": "raioz",
"location": "Riga, LV"
}
]
}