37 lines
750 B
JSON
37 lines
750 B
JSON
{
|
|
"teamName": "Just Dev It",
|
|
"members": [
|
|
{
|
|
"name": "David Ragsdale",
|
|
"twitter": "@ragzdale",
|
|
"koding": "djragsdale",
|
|
"location": "Indianapolis, US",
|
|
"lead": true
|
|
},
|
|
{
|
|
"name": "Alex Hester",
|
|
"twitter": "",
|
|
"koding": "amhester",
|
|
"location": "Indianapolis, US"
|
|
},
|
|
{
|
|
"name": "Ryan Hanley",
|
|
"twitter": "",
|
|
"koding": "rmhanley",
|
|
"location": "Indianapolis, US"
|
|
},
|
|
{
|
|
"name": "Scott Colegrove",
|
|
"twitter": "@beefmaestro",
|
|
"koding": "beefmaestro",
|
|
"location": "Indianapolis, US"
|
|
},
|
|
{
|
|
"name": "Neal Hamilton",
|
|
"twitter": "",
|
|
"koding": "nealhamilton",
|
|
"location": "Indianapolis, US"
|
|
}
|
|
]
|
|
}
|