25 lines
432 B
JSON
25 lines
432 B
JSON
{
|
|
"authors": [
|
|
"lpil"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"src/high_score_board.gleam"
|
|
],
|
|
"test": [
|
|
"test/high_score_board_test.gleam"
|
|
],
|
|
"exemplar": [
|
|
".meta/example.gleam"
|
|
],
|
|
"invalidator": [
|
|
"gleam.toml",
|
|
"manifest.toml"
|
|
]
|
|
},
|
|
"forked_from": [
|
|
"javascript/high-score-board"
|
|
],
|
|
"blurb": "Practice Gleam dicts by tracking high scores of an arcade game."
|
|
}
|