diff --git a/Teams/Sudo/team.json b/Teams/Sudo/team.json new file mode 100644 index 0000000..1583622 --- /dev/null +++ b/Teams/Sudo/team.json @@ -0,0 +1,36 @@ +{ + "teamName": "Sudo", + "members": [ + { + "name": "Full Name", + "twitter": "twitter acct no @", + "koding": "koding username", + "location": "city, 2 digit country code" + }, + { + "name": "Richard Melo", + "twitter": "allucardster", + "koding": "allucardster", + "location": "Cali, CO", + "lead": true + }, + { + "name": "Victor Gonzales", + "twitter": "vichugof", + "koding": "vichugof", + "location": "Cali, CO" + }, + { + "name": "Ricardo Valencia", + "twitter": "", + "koding": "", + "location": "Cali, CO" + }, + { + "name": "Jhon Javier Cardona", + "twitter": "", + "koding": "", + "location": "Cali, CO" + } + ] +}