2015-09-08 19:03:25 +00:00
|
|
|
{
|
|
|
|
"slug": "elm",
|
|
|
|
"language": "Elm",
|
|
|
|
"repository": "https://github.com/exercism/xelm",
|
2016-03-18 10:06:11 +00:00
|
|
|
"active": true,
|
2015-09-08 19:03:25 +00:00
|
|
|
"problems": [
|
2016-03-17 01:38:35 +00:00
|
|
|
"hello-world",
|
|
|
|
"bob",
|
|
|
|
"leap",
|
|
|
|
"raindrops",
|
|
|
|
"pangram",
|
|
|
|
"accumulate",
|
|
|
|
"triangle",
|
|
|
|
"anagram",
|
|
|
|
"space-age",
|
|
|
|
"strain",
|
|
|
|
"difference-of-squares",
|
|
|
|
"word-count",
|
|
|
|
"sum-of-multiples",
|
|
|
|
"hamming",
|
|
|
|
"rna-transcription",
|
|
|
|
"run-length-encoding",
|
|
|
|
"sublist",
|
|
|
|
"nucleotide-count",
|
2016-03-27 11:29:28 +00:00
|
|
|
"series",
|
2016-03-17 01:38:35 +00:00
|
|
|
"phone-number",
|
2016-03-27 01:08:15 +00:00
|
|
|
"grade-school",
|
2016-03-28 10:23:01 +00:00
|
|
|
"allergies",
|
|
|
|
"robot-simulator"
|
2015-09-08 19:03:25 +00:00
|
|
|
],
|
|
|
|
"deprecated": [
|
2016-03-17 01:38:35 +00:00
|
|
|
|
2015-09-08 19:03:25 +00:00
|
|
|
],
|
|
|
|
"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": [
|
|
|
|
]
|
|
|
|
}
|