From 24615cffdf8138fc428669f577075e352ac1f452 Mon Sep 17 00:00:00 2001 From: Cameron Wright Date: Fri, 21 Nov 2014 15:54:21 -0800 Subject: [PATCH] Create team.json --- Teams/WarRoom/team.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Teams/WarRoom/team.json diff --git a/Teams/WarRoom/team.json b/Teams/WarRoom/team.json new file mode 100644 index 0000000..21c7688 --- /dev/null +++ b/Teams/WarRoom/team.json @@ -0,0 +1,10 @@ +{ + "teamName": "WarRoom", + "members": [ + { + "name": "Cameron Wright", + "koding": "camwright", + "location": "Vancouver, WA" + } + ] +}