mirror of
https://github.com/correl/elm.git
synced 2024-11-15 19:19:31 +00:00
16 lines
460 B
JSON
16 lines
460 B
JSON
{
|
|
"version": "3.0.0",
|
|
"summary": "Exercism problems in Elm.",
|
|
"repository": "https://github.com/exercism/xelm.git",
|
|
"license": "BSD3",
|
|
"source-directories": [
|
|
"."
|
|
],
|
|
"exposed-modules": [],
|
|
"dependencies": {
|
|
"elm-lang/core": "5.0.0 <= v < 6.0.0",
|
|
"elm-community/elm-test": "3.0.0 <= v < 4.0.0",
|
|
"rtfeldman/node-test-runner": "3.0.0 <= v < 4.0.0"
|
|
},
|
|
"elm-version": "0.18.0 <= v < 0.19.0"
|
|
}
|