Files
CoqDecks/elm-package.json
T
2015-12-04 18:12:55 +00:00

19 lines
564 B
JSON

{
"version": "1.0.0",
"summary": "A Cards Against Humanity clone.",
"repository": "https://github.com/lattyware/cah-elm.git",
"license": "GPLv3",
"source-directories": [
"client/src"
],
"exposed-modules": [],
"dependencies": {
"elm-lang/core": "3.0.0 <= v < 4.0.0",
"evancz/elm-effects": "2.0.1 <= v < 3.0.0",
"evancz/elm-html": "4.0.2 <= v < 5.0.0",
"evancz/elm-http": "3.0.0 <= v < 4.0.0",
"evancz/start-app": "2.0.2 <= v < 3.0.0"
},
"elm-version": "0.16.0 <= v < 0.17.0"
}