25 lines
364 B
JSON
25 lines
364 B
JSON
|
{
|
||
|
"authors": [
|
||
|
"Tuxified"
|
||
|
],
|
||
|
"contributors": [
|
||
|
"angelikatyborska",
|
||
|
"Cohen-Carlisle",
|
||
|
"devonestes",
|
||
|
"neenjaw",
|
||
|
"sotojuan"
|
||
|
],
|
||
|
"files": {
|
||
|
"solution": [
|
||
|
"lib/dominoes.ex"
|
||
|
],
|
||
|
"test": [
|
||
|
"test/dominoes_test.exs"
|
||
|
],
|
||
|
"example": [
|
||
|
".meta/example.ex"
|
||
|
]
|
||
|
},
|
||
|
"blurb": "Make a chain of dominoes."
|
||
|
}
|