Create team.json

This commit is contained in:
madytyoo
2014-11-23 07:28:18 +01:00
parent 4fda1ae6f0
commit 0ce95188a4
+30
View File
@@ -0,0 +1,30 @@
{
"teamName": "CodeGreen",
"members": [
{
"name": "Meni Vaitsi",
"twitter": "menouliv",
"koding": "menivaitsi",
"location": "Santa Barbara, US",
},
{
"name": "Dimuthu Upeksha",
"twitter": "DimuthuUpe",
"koding": "dimuthuupe",
"location": "Moratuwa, LK"
},
{
"name": "Maurizio T",
"twitter": "madytyoo",
"koding": "madytyoo",
"location": "Milazzo, IT",
},
{
"name": "Max Jacobson",
"twitter": "",
"koding": "maxmjacobson",
"location": "Sao Paulo,BR",
"lead": true
}
]
}