Create team.json

This commit is contained in:
roncabal
2014-11-22 06:13:08 +08:00
parent 35193ea5fc
commit e8ba6c68e5
+29
View File
@@ -0,0 +1,29 @@
{
"teamName": "PumpedDevs",
"members": [
{
"name": "Bryan Salazar",
"koding": "brysalazar12",
"location": "Makati City, Philippines"
},
{
"name": "Ron Emerson Cabal",
"twitter": "RonCabal",
"koding": "roncabal",
"lead": true,
"location": "San Pablo City, Philippines"
},
{
"name": "Joell Lapitan",
"twitter": "jlapitan",
"koding": "jlapitan",
"location": "Calamba Laguna City Philippines"
},
{
"name": "Kenneth Suncaya",
"twitter": "ksungcaya",
"koding": "ksungcaya",
"location": "Dubai, United Arab Emirates"
}
]
}