mirror of
https://github.com/correl/elm.git
synced 2024-11-15 19:19:31 +00:00
23 lines
315 B
JSON
23 lines
315 B
JSON
{
|
|
"slug": "elm",
|
|
"language": "Elm",
|
|
"repository": "https://github.com/exercism/xelm",
|
|
"active": false,
|
|
"test_pattern": "TODO",
|
|
"problems": [
|
|
"hello_world",
|
|
"bob"
|
|
],
|
|
"deprecated": [
|
|
|
|
],
|
|
"ignored": [
|
|
"bin",
|
|
"elm-stuff",
|
|
"node_modules",
|
|
"docs"
|
|
],
|
|
"foregone": [
|
|
|
|
]
|
|
}
|