25 lines
490 B
JSON
25 lines
490 B
JSON
{
|
|
"teamName": "Small Rock is Fundamental",
|
|
"members": [
|
|
{
|
|
"name": "Chris Bodley",
|
|
"twitter": "@dudds6699",
|
|
"koding": "dudds6699",
|
|
"location": "SSM, CA",
|
|
"lead": true
|
|
},
|
|
{
|
|
"name": "Mel Bodley",
|
|
"twitter": "@mellyboredom",
|
|
"koding": "lovelyboredom",
|
|
"location": "SSM, CA"
|
|
},
|
|
{
|
|
"name": "Chris McBride",
|
|
"twitter": "@Cenecia",
|
|
"koding": "Cenecia",
|
|
"location": "Sault Ste. Marie, CA"
|
|
}
|
|
]
|
|
}
|