blob: 060cc800d6000979b4dc748daf1c099b9d6b67a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"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.17.0 <= v < 0.18.0",
"dependencies": {
"elm-lang/core": "4.0.1 <= v < 5.0.0",
"elm-lang/html": "1.0.0 <= v < 2.0.0",
"elm-lang/navigation": "1.0.0 <= v < 2.0.0",
"evancz/elm-http": "3.0.1 <= v < 4.0.0",
"evancz/url-parser": "1.0.0 <= v < 2.0.0",
"etaque/elm-simple-form": "3.0.0 <= v < 4.0.0",
"rluiten/elm-date-extra": "6.0.1 <= v < 7.0.0",
"jystic/elm-font-awesome": "2.0.0 <= v < 3.0.0"
}
}
|