From c17062e3aed18e2f15c4b605108c7b1a61d5253d Mon Sep 17 00:00:00 2001 From: CrowdAppzDev Date: Thu, 27 Nov 2014 00:26:20 +0100 Subject: [PATCH] Create team.json --- Teams/CrowdAppz/team.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Teams/CrowdAppz/team.json diff --git a/Teams/CrowdAppz/team.json b/Teams/CrowdAppz/team.json new file mode 100644 index 0000000..35a8a85 --- /dev/null +++ b/Teams/CrowdAppz/team.json @@ -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", + } + ] +}