From 490dea758179369fe396818762c1814dce6c4753 Mon Sep 17 00:00:00 2001 From: Alex Nishikawa Date: Tue, 2 Dec 2014 19:44:14 -0800 Subject: [PATCH] Create team.json --- .../team.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Teams/Do-Robots-Dream-Of-Electric-Sheep/team.json diff --git a/Teams/Do-Robots-Dream-Of-Electric-Sheep/team.json b/Teams/Do-Robots-Dream-Of-Electric-Sheep/team.json new file mode 100644 index 0000000..49528a7 --- /dev/null +++ b/Teams/Do-Robots-Dream-Of-Electric-Sheep/team.json @@ -0,0 +1,18 @@ +{ + "teamName": "Do Robots Dream Of Electric Sheep", + "members": [ + { + "name": "Alex Nishikawa", + "twitter": "DoRobotsDream", + "koding": "alex-nishikawa", + "location": "Seattle, US", + "lead": true + }, + { + "name": "Alex Unwin", + "twitter": "DoRobotsDream", + "koding": "aunwin", + "location": "Seattle, US" + } + ] +}