Created team.json

+ Everyone
This commit is contained in:
Michael L.
2014-11-30 11:59:56 +08:00
parent 30766957ee
commit b6e273c800
+24
View File
@@ -0,0 +1,24 @@
{
"teamName": "We need a team name",
"members": [
{
"name": "Michael Leng",
"twitter": "Michael_Leng",
"koding": "xsynergi",
"location": "Shanghai, CN"
"lead": true
},
{
"name": "Max Campbell",
"twitter": "initd_daemon",
"koding": "initdaemon",
"location": "Manchester, UK"
},
{
"name": "Dennis Planting",
"twitter": "tryy3mc",
"koding": "tryy3",
"location": "Kumla, SE"
}
]
}