elm/config.json

25 lines
328 B
JSON
Raw Normal View History

2015-09-08 19:03:25 +00:00
{
"slug": "elm",
"language": "Elm",
"repository": "https://github.com/exercism/xelm",
"active": false,
"test_pattern": "TODO",
"problems": [
2016-03-13 18:52:08 +00:00
"hello-world",
2016-03-11 11:14:24 +00:00
"leap",
2016-02-27 17:45:34 +00:00
"bob"
2015-09-08 19:03:25 +00:00
],
"deprecated": [
],
"ignored": [
2015-11-25 16:24:04 +00:00
"bin",
"elm-stuff",
"node_modules",
2015-11-25 16:24:04 +00:00
"docs"
2015-09-08 19:03:25 +00:00
],
"foregone": [
]
}