elm/exercises/series/package.json

14 lines
303 B
JSON
Raw Normal View History

{
2016-12-22 22:55:37 +00:00
"description": "Exercism/Elm",
"repository": "https://github.com/exercism/xelm.git",
"license": "MIT",
"scripts": {
"postinstall": "elm-package install -y",
2017-05-27 17:56:31 +00:00
"test": "elm-test"
},
"dependencies": {
"elm": "^0.18.0",
"elm-test": "^0.18.0"
}
}