elm/config.json

43 lines
680 B
JSON
Raw Normal View History

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": [
"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",
"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": [
2015-09-08 19:03:25 +00:00
],
"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": [
]
}