Create team.json

This commit is contained in:
bluecloudy
2014-11-29 00:55:01 +07:00
parent 4ed9c2a4b2
commit ad86cd6b98
+16
View File
@@ -0,0 +1,16 @@
{
"teamName": "Team Red Cloudy",
"members": [
{
"name": "Giang N",
"twitter": "smartexts",
"koding": "giangnguyen",
"location": "Ho Chi Minh, VN"
"lead": true
},
{
"name": "Hoat D",
"koding": "redone"
}
]
}