elm/exercises/grains/package.json

14 lines
300 B
JSON
Raw Normal View History

2016-12-25 09:57:15 +00:00
{
"description": "Exercism/Elm",
"repository": "https://github.com/exercism/elm.git",
2016-12-25 09:57:15 +00:00
"license": "MIT",
"scripts": {
"postinstall": "elm-package install -y",
"test": "elm-test"
2016-12-25 09:57:15 +00:00
},
"dependencies": {
"elm": "0.18.0",
"elm-test": "0.18.3"
2016-12-25 09:57:15 +00:00
}
}