mirror of
https://github.com/correl/elm.git
synced 2024-11-15 19:19:31 +00:00
13 lines
314 B
JSON
13 lines
314 B
JSON
{
|
|
"description": "Excercism/Elm",
|
|
"repository": "https://github.com/exercism/xelm.git",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"postinstall": "elm-package install -y",
|
|
"test": "elm-test Tests.elm"
|
|
},
|
|
"dependencies": {
|
|
"elm": "^0.18.0",
|
|
"elm-test": "^0.18.0"
|
|
}
|
|
}
|