From fd5ea3045d47d0646aef09eee4c3fea54864ebc3 Mon Sep 17 00:00:00 2001 From: wpferguson Date: Wed, 3 Dec 2014 01:09:04 -0500 Subject: [PATCH] Create team.json Created team file. --- Teams/Team-yrral86/team.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Teams/Team-yrral86/team.json diff --git a/Teams/Team-yrral86/team.json b/Teams/Team-yrral86/team.json new file mode 100644 index 0000000..7ac508f --- /dev/null +++ b/Teams/Team-yrral86/team.json @@ -0,0 +1,30 @@ +{ +"teamName": "Team yrral86", +"members": [ +{ +"name": "Full Name", +"twitter": "twitter acct no @", +"koding": "koding username (required)", +"location": "city, 2 digit country code" +}, +{ +"name": "Larry Reaves", +"twitter": "", +"koding": "yrral86", +"location": "Frostburg, MD" +"lead": true +}, +{ +"name": "Ben Plunkert", +"twitter": "", +"koding": "", +"location": "San Francsico, US", +}, +{ +"name": "Bill Ferguson", +"twitter": "", +"koding": "wpferguson", +"location": "Glen Easton, WV" +} +] +}