A music player that connects to your cloud/distributed storage.
1{
2 "type": "application",
3 "source-directories": [
4 "src/Applications",
5 "src/Library"
6 ],
7 "elm-version": "0.19.1",
8 "dependencies": {
9 "direct": {
10 "FabienHenon/elm-infinite-list-view": "3.2.0",
11 "Fresheyeball/elm-return": "7.1.0",
12 "Gizra/elm-all-set": "1.0.1",
13 "Gizra/elm-debouncer": "2.0.0",
14 "Herteby/enum": "1.0.1",
15 "NoRedInk/elm-json-decode-pipeline": "1.0.1",
16 "arturopala/elm-monocle": "2.2.0",
17 "avh4/elm-color": "1.0.0",
18 "elm/browser": "1.0.2",
19 "elm/core": "1.0.5",
20 "elm/file": "1.0.5",
21 "elm/html": "1.0.0",
22 "elm/http": "2.0.0",
23 "elm/json": "1.1.3",
24 "elm/random": "1.0.0",
25 "elm/regex": "1.0.0",
26 "elm/svg": "1.0.1",
27 "elm/time": "1.0.0",
28 "elm/url": "1.0.0",
29 "elm/virtual-dom": "1.0.3",
30 "elm-community/dict-extra": "2.4.0",
31 "elm-community/html-extra": "3.4.0",
32 "elm-community/list-extra": "8.7.0",
33 "elm-community/maybe-extra": "5.3.0",
34 "elm-explorations/markdown": "1.0.0",
35 "icidasset/elm-binary": "2.1.0",
36 "icidasset/elm-material-icons": "11.0.0",
37 "icidasset/elm-sha": "2.0.2",
38 "jinjor/elm-xml-parser": "2.0.0",
39 "jzxhuang/http-extras": "2.1.0",
40 "lobanov/elm-taskport": "2.0.1",
41 "mpizenberg/elm-pointer-events": "4.0.2",
42 "newlandsvalley/elm-binary-base64": "1.0.3",
43 "noahzgordon/elm-color-extra": "1.0.2",
44 "ohanhi/keyboard": "2.0.1",
45 "prozacchiwawa/elm-urlbase64": "1.0.6",
46 "robinheghan/murmur3": "1.0.0",
47 "rtfeldman/elm-hex": "1.0.0",
48 "ryannhg/date-format": "2.3.0",
49 "truqu/elm-base64": "2.0.4",
50 "truqu/elm-md5": "1.1.0",
51 "wernerdegroot/listzipper": "4.0.0",
52 "ymtszw/elm-xml-decode": "3.2.1"
53 },
54 "indirect": {
55 "elm/bytes": "1.0.8",
56 "elm/parser": "1.1.0",
57 "fredcy/elm-parseint": "2.0.1",
58 "pzp1997/assoc-list": "1.0.0",
59 "zwilias/elm-utf-tools": "2.0.1"
60 }
61 },
62 "test-dependencies": {
63 "direct": {},
64 "indirect": {}
65 }
66}