elm/elm-package.json

23 lines
652 B
JSON
Raw Normal View History

{
"version": "1.0.0",
"summary": "Exercism problems in Elm.",
"repository": "https://github.com/exercism/xelm.git",
"license": "BSD3",
"source-directories": [
".",
2016-02-27 17:45:34 +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",
"./exercises/rna-transcription",
2016-03-12 02:09:38 +00:00
"./exercises/hamming",
2016-02-27 17:45:34 +00:00
"./exercises/bob"
],
"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"
}