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