A music player that connects to your cloud/distributed storage.
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

at df22eb08f006cc55f4e454a905fb314660883ed9 41 lines 1.2 kB view raw
1{ 2 "name": "diffuse", 3 "description": "A music player that connects to your cloud/distributed storage", 4 "version": "3.4.0", 5 "author": "Steven Vandevelde <icid.asset@gmail.com>", 6 "homepage": "https://diffuse.sh", 7 "repository": "github:icidasset/diffuse", 8 "license": "SEE LICENSE IN LICENSE", 9 "devDependencies": { 10 "assert": "^2.0.0", 11 "autoprefixer": "^10.4.13", 12 "buffer": "^6.0.3", 13 "elm-review": "^2.8.5", 14 "esbuild": "^0.16.4", 15 "eslint": "^8.29.0", 16 "events": "^3.3.0", 17 "postcss": "^8.4.19", 18 "postcss-custom-properties": "^12.1.11", 19 "postcss-import": "^14.1.0", 20 "tailwindcss": "^3.2.4", 21 "tailwindcss-animations": "^2.0.0", 22 "tailwindcss-interaction-variants": "^5.0.0" 23 }, 24 "dependencies": { 25 "@tokenizer/http": "^0.6.2", 26 "delay": "^5.0.0", 27 "elm-taskport": "^2.0.1", 28 "fast-text-encoding": "^1.0.6", 29 "file-saver": "^2.0.2", 30 "jszip": "^3.7.1", 31 "load-script2": "^2.0.5", 32 "lunr": "^2.3.8", 33 "music-metadata-browser": "^2.5.9", 34 "p-retry": "^4.6.2", 35 "remotestoragejs": "^1.2.3", 36 "subworkers": "^1.0.1", 37 "timer.js": "^1.0.4", 38 "tocca": "^2.0.9", 39 "webnative": "^0.36.2" 40 } 41}