Files
CoqDecks/elm-package.json
T

18 lines
586 B
JSON

{
"version": "1.0.0",
"summary": "A web game based on Cards against Humanity.",
"repository": "https://github.com/Lattyware/massivedecks.git",
"license": "GPLv3",
"source-directories": [
"client/src"
],
"exposed-modules": [],
"dependencies": {
"elm-lang/animation-frame": "1.0.0 <= v < 2.0.0",
"elm-lang/core": "4.0.0 <= v < 5.0.0",
"elm-lang/html": "1.0.0 <= v < 2.0.0",
"elm-lang/websocket": "1.0.0 <= v < 2.0.0",
"evancz/elm-http": "3.0.1 <= v < 4.0.0"
},
"elm-version": "0.17.0 <= v < 0.18.0"
}