From ad86cd6b9884793052c670712b02745d415c3ae2 Mon Sep 17 00:00:00 2001 From: bluecloudy Date: Sat, 29 Nov 2014 00:55:01 +0700 Subject: [PATCH] Create team.json --- Teams/RedCloudy/team.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Teams/RedCloudy/team.json diff --git a/Teams/RedCloudy/team.json b/Teams/RedCloudy/team.json new file mode 100644 index 0000000..ee51656 --- /dev/null +++ b/Teams/RedCloudy/team.json @@ -0,0 +1,16 @@ +{ + "teamName": "Team Red Cloudy", + "members": [ + { + "name": "Giang N", + "twitter": "smartexts", + "koding": "giangnguyen", + "location": "Ho Chi Minh, VN" + "lead": true + }, + { + "name": "Hoat D", + "koding": "redone" + } + ] +}