From dd2707c35783a6fb74cca423bc67b40603800ca7 Mon Sep 17 00:00:00 2001 From: Pasindu Perera Date: Wed, 3 Dec 2014 00:17:27 +0530 Subject: [PATCH] added team.js --- Teams/ReadLeD/team.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Teams/ReadLeD/team.json diff --git a/Teams/ReadLeD/team.json b/Teams/ReadLeD/team.json new file mode 100644 index 0000000..4ac42cd --- /dev/null +++ b/Teams/ReadLeD/team.json @@ -0,0 +1,36 @@ +{ + "teamName": "ReadLeD", + "members": [ + { + "name": "Pasindu Perera", + "twitter": "udnisap", + "koding": "lamur", + "location": "Colombo, Sri Lanka", + "lead": true + }, + { + "name": "Eranga Mapa", + "koding": "erangamapa", + "twitter": "erangamapa", + "location": "Colombo, Sri Lanka" + }, + { + "name": "Vimukthi Weerasiri", + "twitter": "vimukthiweerasi", + "koding": "vimukthi", + "location": "Colombo, Sri Lanka", + }, + { + "name": "Dumindu Buddhika", + "twitter": "dumindux", + "koding": "dumindux", + "location": "Colombo, Sri Lanka", + }, + { + "name": "Kasun Dinal", + "twitter": "kasundinal", + "koding": "kasundinal", + "location": "Yokohama, Japan", + } + ] +}