mirror of
https://github.com/correl/elm.git
synced 2024-11-15 11:09:30 +00:00
13 lines
300 B
JSON
13 lines
300 B
JSON
{
|
|
"description": "Exercism/Elm",
|
|
"repository": "https://github.com/exercism/elm.git",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"postinstall": "elm-package install -y",
|
|
"test": "elm-test"
|
|
},
|
|
"dependencies": {
|
|
"elm": "0.18.0",
|
|
"elm-test": "0.18.3"
|
|
}
|
|
}
|