From 969f62b657fd83c3b2dae191ab20d68c511f258c Mon Sep 17 00:00:00 2001 From: thanosalexander Date: Wed, 26 Nov 2014 13:45:41 +0200 Subject: [PATCH] Create team.json --- team.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 team.json diff --git a/team.json b/team.json new file mode 100644 index 0000000..c794d4b --- /dev/null +++ b/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "ThanosAlexander", + "members": [ + { + "name": "Thanos Alexandris", + "koding": "thanosalexander", + "location": "thessaloniki, GR", + "lead": true + } + ] +}