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-03-14 00:15:06 +00:00
|
|
|
"pangram",
|
2016-03-11 23:44:46 +00:00
|
|
|
"rna-transcription",
|
2016-03-12 02:09:38 +00:00
|
|
|
"hamming",
|
2016-03-12 11:34:35 +00:00
|
|
|
"word-count",
|
2016-03-12 21:57:00 +00:00
|
|
|
"bob",
|
2016-03-13 01:08:48 +00:00
|
|
|
"run-length-encoding",
|
|
|
|
"difference-of-squares"
|
2015-09-08 19:03:25 +00:00
|
|
|
],
|
|
|
|
"deprecated": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"ignored": [
|
2015-11-25 16:24:04 +00:00
|
|
|
"bin",
|
2016-02-23 03:29:13 +00:00
|
|
|
"elm-stuff",
|
|
|
|
"node_modules",
|
2015-11-25 16:24:04 +00:00
|
|
|
"docs"
|
2015-09-08 19:03:25 +00:00
|
|
|
],
|
|
|
|
"foregone": [
|
|
|
|
|
|
|
|
]
|
|
|
|
}
|