From 2cc7e23d800d9aab1f2f31b311e61017519c6cf8 Mon Sep 17 00:00:00 2001 From: agamemnus Date: Tue, 2 Dec 2014 22:31:32 -0500 Subject: [PATCH] Create team.json --- Teams/Flyingsoft-Games/team.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Teams/Flyingsoft-Games/team.json diff --git a/Teams/Flyingsoft-Games/team.json b/Teams/Flyingsoft-Games/team.json new file mode 100644 index 0000000..06ca14a --- /dev/null +++ b/Teams/Flyingsoft-Games/team.json @@ -0,0 +1,10 @@ +{ + "teamName": "Flyingsoft", + "members": [{ + "name" : "Michael Romanovsky", + "twitter" : "agamemnus_dev", + "koding" : "agamemnus", + "location" : "Boston, US", + "lead" : true + }] +}