elm/config.json
2016-07-18 10:17:37 -04:00

47 lines
780 B
JSON

{
"slug": "elm",
"language": "Elm",
"repository": "https://github.com/exercism/xelm",
"active": true,
"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",
"allergies",
"robot-simulator",
"list-ops",
"atbash-cipher",
"say",
"largest-series-product",
"roman-numerals"
],
"deprecated": [
],
"ignored": [
"bin",
"elm-stuff",
"node_modules",
"docs"
],
"foregone": [
]
}