Created and completed team.json

This commit is contained in:
Ethan Madison
2014-11-22 21:50:28 -08:00
parent 6e4cf00ea1
commit 35bc7e5dea
+36
View File
@@ -0,0 +1,36 @@
{
"teamName": "The Washington Redskins",
"members": [
{
"name": "Ethan Madison",
"twitter": "_ethanmad",
"koding": "ethanmad",
"location": "Los Angeles, US"
"lead": true
},
{
"name": "David Woldenberg",
"twitter": "goldenwolden",
"koding": "wold",
"location": "Los Angeles, US",
},
{
"name": "Christian Stewart",
"twitter": "paralinq",
"koding": "kidovate",
"location": "Los Angeles, US"
},
{
"name": "James Lennon",
"twitter": "james_lennon",
"koding": "jlennon1",
"location": "Los Angeles, US"
},
{
"name": "Jake Saferstein",
"twitter": "",
"koding": "thesafo",
"location": "Los Angeles, US"
}
]
}