From 1f1c564f43335c35f112bb9b080dc78a399c8d47 Mon Sep 17 00:00:00 2001 From: Deepak Date: Tue, 2 Dec 2014 18:41:56 -0800 Subject: [PATCH] Add team info --- Teams/constintpressure/team.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Teams/constintpressure/team.json diff --git a/Teams/constintpressure/team.json b/Teams/constintpressure/team.json new file mode 100644 index 0000000..21bda07 --- /dev/null +++ b/Teams/constintpressure/team.json @@ -0,0 +1,24 @@ +{ + "teamName": "consintpressure", + "members": [ + { + "name": "Deepak Sandhu", + "twitter": "", + "koding": "superchicken", + "location": "Prince George, CA" + }, + { + "name": "Ethan Holmes", + "twitter": "", + "koding": "", + "location": "Venice, US" + }, + { + "name": "Adam Bryant", + "twitter": "", + "koding": "", + "location": "Vancouver, CA", + "lead": true + } + ] +}