elm/config.json
2016-02-27 10:45:34 -07:00

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": [
]
}