forked from mixmix/ferment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.32 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "ferment",
"version": "0.6.19",
"description": "Peer-to-peer audio publishing and streaming application. Like SoundCloud but decentralized. A mashup of ssb, webtorrent and electron.",
"main": "index.js",
"scripts": {
"test": "standard",
"start": "electron index.js",
"server": "electron server/index.js",
"postinstall": "npm run rebuild",
"rebuild": "npm rebuild --runtime=electron --target=1.4.3 --abi=50 --disturl=https://atom.io/download/atom-shell"
},
"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/LolaShare/LolaShare/issues"
},
"homepage": "https://github.com/LolaShare/LolaShare#readme",
"dependencies": {
"@mmckegg/mutant": "~3.7.2",
"atomic-file": "^0.1.0",
"bittorrent-tracker": "^8.0.12",
"broadcast-stream": "^0.1.1",
"color-hash": "^1.0.3",
"compare-version": "^0.1.2",
"create-torrent": "~3.25.1",
"data-uri-to-buffer": "0.0.4",
"electron": "~1.4.2",
"electron-default-menu": "^1.0.0",
"graphmitter": "^1.6.3",
"has-network": "0.0.0",
"human-time": "0.0.1",
"insert-css": "^1.0.0",
"level-memview": "0.0.0",
"mdmanifest": "^1.0.8",
"micro-css": "^0.6.1",
"mime-types": "^2.1.12",
"on-change-network": "0.0.2",
"on-wakeup": "^1.0.1",
"prettier-bytes": "^1.0.3",
"pull-file": "^1.0.0",
"pull-identify-filetype": "^1.1.0",
"pull-notify": "^0.1.1",
"pull-ping": "^2.0.2",
"pull-pushable": "^2.0.1",
"pull-stream": "^3.4.5",
"rimraf": "^2.5.4",
"sanitize-filename": "^1.6.1",
"scuttlebot": "~9.1.1",
"sodium-prebuilt": "~1.0.22",
"ssb-blobs": "~0.1.7",
"ssb-client": "~4.3.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",
"statistics": "^3.3.0",
"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"
}
}