Create team.json

This commit is contained in:
ivanwebpro
2014-11-26 18:30:45 +07:00
parent 6bab1b91ea
commit 6982629f3a
+24
View File
@@ -0,0 +1,24 @@
{
"teamName": "iTeam",
"members": [
{
"name": "Ivan Skorodumov",
"twitter": "leckaxushr",
"koding": "ivanpro",
"location": "Moscow, RU",
"lead": true
},
{
"name": "Joseph Loyola",
"twitter": "",
"koding": "tabatsoy",
"location": "Taytay, PH"
},
{
"name": "Shin Masaharu",
"twitter": "",
"koding": "shinkun",
"location": "Davao City, PH"
}
]
}