From effdb5577fa7af5ae1e69836e97c38cc4c19b592 Mon Sep 17 00:00:00 2001 From: shanujse Date: Wed, 3 Dec 2014 23:22:16 +0530 Subject: [PATCH] Added Team Information --- Teams/EnigmaTrips/team.j | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Teams/EnigmaTrips/team.j diff --git a/Teams/EnigmaTrips/team.j b/Teams/EnigmaTrips/team.j new file mode 100644 index 0000000..da5d416 --- /dev/null +++ b/Teams/EnigmaTrips/team.j @@ -0,0 +1,31 @@ +{ + "teamName": "Enigma", + "members": [ + { + "name": "Heshan Jayasinghe", + "twitter": "hesh_jay", + "koding": "heshjse", + "location": "colombo, SL" + "lead": true + }, + { + "name": "Dinuka Chathuranga Hettiarachchi", + "twitter": "dinuka911", + "koding": "dinuka", + "location": "colombo, SL" + }, + { + "name": "nipun thathsara", + "twitter": "nipun911", + "koding": "nipun_t", + "location": "colombo, SL", + + }, + { + "name": "Thushila Premaratne", + "twitter": "W/thushila", + "koding": "thushila911", + "location": "colombo, SL" + } + ] +}