2016-02-23 03:29:13 +00:00
|
|
|
{
|
|
|
|
"version": "1.0.0",
|
|
|
|
"summary": "Exercism problems in Elm.",
|
|
|
|
"repository": "https://github.com/exercism/xelm.git",
|
|
|
|
"license": "BSD3",
|
|
|
|
"source-directories": [
|
|
|
|
".",
|
2016-03-13 18:04:14 +00:00
|
|
|
"./exercises/hello-world",
|
2016-03-11 11:14:24 +00:00
|
|
|
"./exercises/leap",
|
2016-03-14 00:15:06 +00:00
|
|
|
"./exercises/pangram",
|
2016-03-11 23:44:46 +00:00
|
|
|
"./exercises/rna-transcription",
|
2016-03-12 02:09:38 +00:00
|
|
|
"./exercises/hamming",
|
2016-03-12 11:34:35 +00:00
|
|
|
"./exercises/word-count",
|
2016-03-12 21:57:00 +00:00
|
|
|
"./exercises/bob",
|
2016-03-13 01:08:48 +00:00
|
|
|
"./exercises/run-length-encoding",
|
2016-03-13 01:35:43 +00:00
|
|
|
"./exercises/difference-of-squares",
|
2016-03-13 20:20:01 +00:00
|
|
|
"./exercises/anagram",
|
2016-03-14 00:09:05 +00:00
|
|
|
"./exercises/raindrops",
|
2015-09-12 20:38:29 +00:00
|
|
|
"./exercises/triangle",
|
|
|
|
"Leap",
|
2015-10-12 16:46:15 +00:00
|
|
|
"Accumulate",
|
2015-10-13 18:23:46 +00:00
|
|
|
"RNATranscription",
|
|
|
|
"Sublist",
|
|
|
|
"Bob",
|
2015-10-13 18:56:46 +00:00
|
|
|
"SumOfMultiples",
|
2016-03-17 01:36:23 +00:00
|
|
|
"Strain",
|
|
|
|
"SpaceAge"
|
2016-02-23 03:29:13 +00:00
|
|
|
],
|
|
|
|
"exposed-modules": [],
|
|
|
|
"dependencies": {
|
|
|
|
"deadfoxygrandpa/elm-test": "3.0.1 <= v < 4.0.0",
|
|
|
|
"elm-lang/core": "2.0.0 <= v < 4.0.0",
|
|
|
|
"laszlopandy/elm-console": "1.1.0 <= v < 2.0.0"
|
|
|
|
},
|
|
|
|
"elm-version": "0.15.0 <= v < 0.17.0"
|
|
|
|
}
|