-
Notifications
You must be signed in to change notification settings - Fork 80
/
Copy pathpackage.json
66 lines (66 loc) · 1.67 KB
/
package.json
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "ferment",
"version": "0.0.3",
"description": "Peer-to-peer audio sharing and streaming application. Like SoundCloud but decentralized. A mashup of ssb, webtorrent and electron.",
"main": "index.js",
"scripts": {
"test": "standard",
"start": "electron index.js",
"install": "npm run rebuild",
"rebuild": "ELECTRON_VERSION=1.4.2 node scripts/rebuild",
"rebuild-sodium": "scripts/rebuild-sodium.sh"
},
"bin": {
"ferment": "scripts/start.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mmckegg/ferment.git"
},
"keywords": [
"audio",
"share",
"feed",
"stream",
"torrent",
"soundcloud",
"mixcloud",
"webtorrent",
"ssb",
"electron"
],
"author": "Matt McKegg",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/mmckegg/ferment/issues"
},
"homepage": "https://github.com/mmckegg/ferment#readme",
"dependencies": {
"@mmckegg/mutant": "~3.4.1",
"create-torrent": "~3.25.1",
"electron-prebuilt": "~1.4.2",
"insert-css": "^1.0.0",
"micro-css": "^0.6.1",
"mime-types": "^2.1.12",
"prettier-bytes": "^1.0.3",
"pull-file": "^1.0.0",
"pull-identify-filetype": "^1.1.0",
"pull-stream": "^3.4.5",
"sanitize-filename": "^1.6.1",
"scuttlebot": "~8.7.2",
"ssb-blobs": "~0.1.6",
"ssb-client": "~4.1.0",
"ssb-config": "~2.1.1",
"ssb-markdown": "^3.0.0",
"ssb-msg-schemas": "^6.2.1",
"ssb-msgs": "^5.2.0",
"ssb-ref": "^2.6.1",
"stream-to-pull-stream": "^1.7.2",
"webtorrent": "~0.97.2",
"xtend": "^4.0.1"
},
"devDependencies": {
"node-gyp": ">=1.0.2",
"standard": "^8.3.0"
}
}