blob: d81bffdc485252ede74a0b371e78dff3442e84cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"version": "0.0.1",
"summary": "SharedCost",
"repository": "https://github.com/guyonvarch/sharedcost.git",
"license": "GPL-3",
"source-directories": ["src/client/elm"],
"exposed-modules": [],
"elm-version": "0.16.0 <= v < 0.17.0",
"dependencies": {
"elm-lang/core": "3.0.0 <= v < 4.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",
"evancz/elm-effects": "2.0.1 <= v < 3.0.0"
},
"native-modules": true
}
|