mirror of
https://github.com/correl/elm.git
synced 2024-11-16 11:09:29 +00:00
17 lines
459 B
JSON
17 lines
459 B
JSON
|
{
|
||
|
"version": "1.0.0",
|
||
|
"summary": "Exercism problems in Elm.",
|
||
|
"repository": "https://github.com/exercism/xelm.git",
|
||
|
"license": "BSD3",
|
||
|
"source-directories": [
|
||
|
"."
|
||
|
],
|
||
|
"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"
|
||
|
}
|