From da411d047d8ac7bc74618b7574873b9ea0adfe31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Juel?= Date: Fri, 28 Nov 2014 20:46:40 +0100 Subject: [PATCH] Added team information --- Teams/TripleJ/team.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Teams/TripleJ/team.json diff --git a/Teams/TripleJ/team.json b/Teams/TripleJ/team.json new file mode 100644 index 0000000..2da1cb3 --- /dev/null +++ b/Teams/TripleJ/team.json @@ -0,0 +1,24 @@ +{ + "teamName": "Triple J", + "members": [ + { + "name": "Jørgen Juel", + "github": "JorgenJuel", + "koding": "jcpluss", + "location": "Drammen, NO" + }, + { + "name": "James Lacey", + "twitter": "sinanyasar", + "koding": "", + "location": "Colorado, US", + "lead": true + }, + { + "name": "Jacob S.", + "twitter": "devrimyasar", + "koding": "jacob1237", + "location": "Voronezh, RU" + } + ] +}