From 74168bbb5f1c5e97948bfd72beecfb7cbabcdb28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20R=C3=B8dtang?= Date: Fri, 28 Nov 2014 01:08:20 +0100 Subject: [PATCH] Added team.json file. --- Teams/SuperCodeBros/team.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Teams/SuperCodeBros/team.json diff --git a/Teams/SuperCodeBros/team.json b/Teams/SuperCodeBros/team.json new file mode 100644 index 0000000..8d63beb --- /dev/null +++ b/Teams/SuperCodeBros/team.json @@ -0,0 +1,17 @@ +{ + "teamName": "Super Code Bros", + "members": [ + { + "name": "Hans Rødtang", + "twitter": "hansrodtang", + "koding": "hansrodtang", + "location": "Oslo, NO" + }, + { + "name": "Nicolai Skogheim", + "twitter": "nicolaiskogheim", + "koding": "nicolaiskogheim", + "location": "Oslo, NO" + } + ] +}