Create teams.json

This commit is contained in:
Hristo Hristov
2014-11-27 01:05:32 +02:00
parent 2c37b1e4d1
commit 52b0d7d194
+16
View File
@@ -0,0 +1,16 @@
{
"teamName": "Super-Mosquitto",
"members": [
{
"name": "Full Name",
"twitter": "twitter acct no @",
"koding": "koding username",
"location": "city, 2 digit country code"
},
{
"name": "Hristo Hristov",
"koding": "interdrift",
"location": "Bourgas,BG"
}
]
}