elm/config.json
2016-04-07 20:30:57 -04:00

40 lines
641 B
JSON

{
"slug": "elm",
"language": "Elm",
"repository": "https://github.com/exercism/xelm",
"active": false,
"problems": [
"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",
"series",
"phone-number",
"grade-school"
],
"deprecated": [
],
"ignored": [
"bin",
"elm-stuff",
"node_modules",
"docs"
],
"foregone": [
]
}