From 4b46ccf170923fbdf9220fe7cb1ad72161c0d96b Mon Sep 17 00:00:00 2001 From: David Cheung Date: Tue, 2 Dec 2014 00:25:16 +0800 Subject: [PATCH] Added team information --- Teams/chubao/team.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Teams/chubao/team.json diff --git a/Teams/chubao/team.json b/Teams/chubao/team.json new file mode 100644 index 0000000..35d0e50 --- /dev/null +++ b/Teams/chubao/team.json @@ -0,0 +1,12 @@ +{ + "teamName": "chubao", + "members": [ + { + "name": "David Cheung", + "twitter": "david_ckc, + "koding": "davidckc", + "location": "Hong Kong, HK", + "lead": true + } + ] +}