Create team.json

This commit is contained in:
ScrumTobe Software
2014-11-26 17:15:39 +07:00
parent 77cd9a7cd3
commit 52ec490019
+37
View File
@@ -0,0 +1,37 @@
{
"teamName": "ScrumTobe Software",
"members": [
{
"name": "Hai Bui",
"twitter": "haibt@",
"github": "haibt",
"location": "Hanoi, VN",
"lead": true
},
{
"name": "Hung Kieu",
"github": "hungkv",
"location": "Hanoi, VN"
},
{
"name": "Tuan Ho",
"github": "tuanha",
"location": "Hanoi, VN"
},
{
"name": "Long Bui",
"github": "builong",
"location": "Hanoi, VN"
},
{
"name": "Giang Phan",
"github": "giangphanthanh",
"location": "Hanoi, VN"
},
{
"name": "Thai Nguyen",
"github": "thainqit",
"location": "Hanoi, VN"
}
]
}