elm/config.json

191 lines
3.1 KiB
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",
2016-04-18 12:17:26 +00:00
"robot-simulator",
2016-04-29 01:03:30 +00:00
"list-ops",
2016-05-02 00:38:11 +00:00
"atbash-cipher",
2016-06-19 01:08:55 +00:00
"say",
2016-07-18 14:17:37 +00:00
"largest-series-product",
2016-08-26 03:31:54 +00:00
"roman-numerals",
"gigasecond"
2015-09-08 19:03:25 +00:00
],
"exercises": [
{
"slug": "hello-world",
"difficulty": 1,
"topics": []
},
{
"slug": "bob",
"difficulty": 1,
"topics": []
},
{
"slug": "leap",
"difficulty": 1,
"topics": []
},
{
"slug": "raindrops",
"difficulty": 1,
"topics": []
},
{
"slug": "pangram",
"difficulty": 1,
"topics": []
},
{
"slug": "accumulate",
"difficulty": 1,
"topics": []
},
{
"slug": "triangle",
"difficulty": 1,
"topics": []
},
{
"slug": "anagram",
"difficulty": 1,
"topics": []
},
{
"slug": "space-age",
"difficulty": 1,
"topics": []
},
{
"slug": "strain",
"difficulty": 1,
"topics": []
},
{
"slug": "difference-of-squares",
"difficulty": 1,
"topics": []
},
{
"slug": "word-count",
"difficulty": 1,
"topics": []
},
{
"slug": "sum-of-multiples",
"difficulty": 1,
"topics": []
},
{
"slug": "hamming",
"difficulty": 1,
"topics": []
},
{
"slug": "rna-transcription",
"difficulty": 1,
"topics": []
},
{
"slug": "run-length-encoding",
"difficulty": 1,
"topics": []
},
{
"slug": "sublist",
"difficulty": 1,
"topics": []
},
{
"slug": "nucleotide-count",
"difficulty": 1,
"topics": []
},
{
"slug": "series",
"difficulty": 1,
"topics": []
},
{
"slug": "phone-number",
"difficulty": 1,
"topics": []
},
{
"slug": "grade-school",
"difficulty": 1,
"topics": []
},
{
"slug": "allergies",
"difficulty": 1,
"topics": []
},
{
"slug": "robot-simulator",
"difficulty": 1,
"topics": []
},
{
"slug": "list-ops",
"difficulty": 1,
"topics": []
},
{
"slug": "atbash-cipher",
"difficulty": 1,
"topics": []
},
{
"slug": "say",
"difficulty": 1,
"topics": []
},
{
"slug": "largest-series-product",
"difficulty": 1,
"topics": []
},
{
"slug": "roman-numerals",
"difficulty": 1,
"topics": []
}
],
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": [
]
}