From 2af65d6a6c4069900f43c7133b4ea015651d8375 Mon Sep 17 00:00:00 2001 From: tortis97 Date: Tue, 2 Dec 2014 18:20:16 -0800 Subject: [PATCH] team info added --- Teams/BluDwarf/team.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Teams/BluDwarf/team.json diff --git a/Teams/BluDwarf/team.json b/Teams/BluDwarf/team.json new file mode 100644 index 0000000..736428b --- /dev/null +++ b/Teams/BluDwarf/team.json @@ -0,0 +1,17 @@ +{ + "teamName": "BluDwarf", + "members": [ + { + "name": "Kyle Bates", + "twitter": "kbtortis", + "koding": "tortis97", + "location": "Prineville, US" + }, + { + "name": "Cameron Rapp", + "twitter": "RappCameron", + "koding": "n/a", + "location": "Bend, US" + } + ] +}