1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"version": "0.0.1",
"summary": "SharedCost",
"repository": "https://github.com/guyonvarch/sharedcost.git",
"license": "GPL-3",
"source-directories": [ "src/client" ],
"exposed-modules": [],
"elm-version": "0.18.0 <= v < 0.19.0",
"dependencies": {
"elm-community/json-extra": "2.1.0 <= v < 3.0.0",
"elm-lang/core": "5.1.1 <= v < 6.0.0",
"elm-lang/dom": "1.1.1 <= v < 2.0.0",
"elm-lang/html": "2.0.0 <= v < 3.0.0",
"elm-lang/http": "1.0.0 <= v < 2.0.0",
"elm-lang/mouse": "1.0.1 <= v < 2.0.0",
"elm-lang/navigation": "2.0.1 <= v < 3.0.0",
"elm-lang/window": "1.0.1 <= v < 2.0.0",
"etaque/elm-form": "2.0.0 <= v < 3.0.0",
"evancz/url-parser": "2.0.1 <= v < 3.0.0",
"jystic/elm-font-awesome": "2.0.1 <= v < 3.0.0",
"rluiten/elm-date-extra": "8.3.0 <= v < 9.0.0"
}
}
|