Files
CoqDecks/elm-package.json
T
2017-03-11 16:34:25 +00:00

21 lines
687 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.1 <= v < 2.0.0",
"elm-lang/core": "5.1.1 <= v < 6.0.0",
"elm-lang/html": "2.0.0 <= v < 3.0.0",
"elm-lang/http": "1.0.0 <= v < 2.0.0",
"elm-lang/navigation": "2.1.0 <= v < 3.0.0",
"elm-lang/websocket": "1.0.2 <= v < 2.0.0",
"elm-lang/window": "1.0.1 <= v < 2.0.0"
},
"elm-version": "0.18.0 <= v < 0.19.0"
}