forked from icidasset/diffuse
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 819 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 819 Bytes
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
{
"name": "Diffuse",
"description": "A music player which connects to your cloud/distributed storage",
"version": "1.0.1",
"author": "Steven Vandevelde <icid.asset@gmail.com>",
"main": "electron/index.js",
"repository": "github:icidasset/diffuse",
"license": "MIT",
"devDependencies": {
"electron": "^2.0.2",
"electron-builder": "20.14.7",
"elm-doctest": "^0.3.7",
"netlify-cli": "^2.2.3"
},
"dependencies": {
"blockstack": "^18.0.4",
"expand-home-dir": "0.0.3",
"express": "^4.16.3",
"globby": "^8.0.1",
"jsmediatags": "^3.8.1",
"lunr": "^2.3.5",
"pepjs": "^0.4.3",
"remotestoragejs": "1.0.2",
"request": "^2.87.0",
"serviceworker-cache-polyfill": "^4.0.0",
"text-encoding": "^0.6.4",
"tocca": "^2.0.3",
"x0popup": "^0.3.3"
}
}