elm/exercises/anagram/package.json

14 lines
313 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",
"test": "elm-test Tests.elm"
},
"dependencies": {
"elm": "^0.18.0",
"elm-test": "^0.18.0"
}
}