elm/config.json
2016-03-12 11:47:27 -05:00

24 lines
328 B
JSON

{
"slug": "elm",
"language": "Elm",
"repository": "https://github.com/exercism/xelm",
"active": false,
"test_pattern": "TODO",
"problems": [
"hello_world",
"leap",
"bob"
],
"deprecated": [
],
"ignored": [
"bin",
"elm-stuff",
"node_modules",
"docs"
],
"foregone": [
]
}