-
Notifications
You must be signed in to change notification settings - Fork 0
/
elm-package.json
32 lines (32 loc) · 1.32 KB
/
elm-package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"version": "1.0.0",
"summary": "Band page for Caldwell the Duo",
"repository": "https://github.com/erlandsona/caldwell.git",
"license": "MIT",
"source-directories": [
"app"
],
"exposed-modules": [],
"dependencies": {
"Fresheyeball/elm-font-awesome": "2.0.2 <= v < 3.0.0",
"NoRedInk/elm-decode-pipeline": "3.0.0 <= v < 4.0.0",
"abrykajlo/elm-scroll": "2.0.1 <= v < 3.0.0",
"elm-community/json-extra": "2.2.0 <= v < 3.0.0",
"elm-community/list-extra": "4.0.0 <= v < 5.0.0",
"elm-community/maybe-extra": "3.0.1 <= v < 4.0.0",
"elm-community/string-extra": "1.1.1 <= v < 2.0.0",
"elm-lang/core": "5.0.0 <= 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/navigation": "2.0.1 <= v < 3.0.0",
"evancz/url-parser": "2.0.1 <= v < 3.0.0",
"krisajenkins/elm-exts": "27.4.0 <= v < 28.0.0",
"pablohirafuji/elm-markdown": "2.0.2 <= v < 3.0.0",
"rluiten/elm-date-extra": "8.7.0 <= v < 9.0.0",
"rtfeldman/elm-css": "8.0.0 <= v < 9.0.0",
"rtfeldman/elm-css-helpers": "2.0.1 <= v < 3.0.0",
"rtfeldman/elm-css-util": "1.0.2 <= v < 2.0.0"
},
"elm-version": "0.18.0 <= v < 0.19.0"
}