Create team.json

This commit is contained in:
CrowdAppzDev
2014-11-27 00:26:20 +01:00
parent b1444eb0c2
commit c17062e3ae
+24
View File
@@ -0,0 +1,24 @@
{
"teamName": "CrowdAppz",
"members": [
{
"name": "Benjamin Räthlein",
"twitter": "B3nRa",
"koding": "b3nra",
"location": "Karlsruhe, DE",
"lead": true
},
{
"name": "Henning Muszynski",
"twitter": "henningmus",
"koding": "henningmu",
"location": "Karlsruhe, DE"
},
{
"name": "Lukas Masuch",
"twitter": "lukasmasuch",
"koding": "lukasmasuch",
"location": "Karlsruhe, DE",
}
]
}