31 lines
520 B
JSON
31 lines
520 B
JSON
{
|
|
"authors": [
|
|
"jimmbraddock"
|
|
],
|
|
"contributors": [
|
|
"angelikatyborska",
|
|
"Cohen-Carlisle",
|
|
"devonestes",
|
|
"lex57ukr",
|
|
"lpil",
|
|
"neenjaw",
|
|
"parkerl",
|
|
"sotojuan",
|
|
"waiting-for-dev",
|
|
"workingjubilee"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"lib/matching_brackets.ex"
|
|
],
|
|
"test": [
|
|
"test/matching_brackets_test.exs"
|
|
],
|
|
"example": [
|
|
".meta/example.ex"
|
|
]
|
|
},
|
|
"blurb": "Make sure the brackets and braces all match.",
|
|
"source": "Ginna Baker"
|
|
}
|