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.

Add app info to package.json

+7 -1
+7 -1
package.json
··· 1 1 { 2 - "private": true, 2 + "name": "Diffuse", 3 + "description": "A music player that connects to your cloud/distributed storage", 4 + "version": "3.0.0-alpha.1", 5 + "author": "Steven Vandevelde <icid.asset@gmail.com>", 6 + "homepage": "https://diffuse.sh", 7 + "repository": "github:icidasset/diffuse", 8 + "license": "SEE LICENSE IN LICENSE", 3 9 "devDependencies": { 4 10 "elm-impfix": "^1.0.8", 5 11 "elm-review": "^2.2.6",