From 51448f8f67a49d31b9b908a890c9fe6f616f3ad3 Mon Sep 17 00:00:00 2001 From: ShinyMoose Date: Tue, 2 Dec 2014 22:27:14 -0500 Subject: [PATCH] Create team.json added members --- Teams/excinc/team.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Teams/excinc/team.json diff --git a/Teams/excinc/team.json b/Teams/excinc/team.json new file mode 100644 index 0000000..c26ddd1 --- /dev/null +++ b/Teams/excinc/team.json @@ -0,0 +1,18 @@ +{ + "teamName": "Exc Inc", + "members": [ + { + "name": "Cade Gillum", + "twitter": "cpgsquared", + "koding": "cpgsquared", + "location": "Kalamazoo, US" + }, + { + "name": "Torrin Cook", + "twitter": "TorrinCook", + "koding": "blindrunner", + "location": "Kalamazoo, US", + "lead": true + } + ] +}