git ssb

5+

Matt McKegg / ferment



Tree: 1dc2ba2b79780f7db0e516e1ba29a4e2d0604860

Files: 1dc2ba2b79780f7db0e516e1ba29a4e2d0604860 / package.json

2365 bytesRaw
1{
2 "name": "ferment",
3 "version": "0.6.17",
4 "description": "Peer-to-peer audio publishing and streaming application. Like SoundCloud but decentralized. A mashup of ssb, webtorrent and electron.",
5 "main": "index.js",
6 "scripts": {
7 "test": "standard",
8 "start": "electron index.js",
9 "server": "electron server/index.js",
10 "postinstall": "npm run rebuild",
11 "rebuild": "npm rebuild --runtime=electron --target=1.4.3 --abi=50 --disturl=https://atom.io/download/atom-shell"
12 },
13 "bin": {
14 "ferment": "scripts/start.js"
15 },
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/mmckegg/ferment.git"
19 },
20 "keywords": [
21 "audio",
22 "share",
23 "feed",
24 "stream",
25 "torrent",
26 "soundcloud",
27 "mixcloud",
28 "webtorrent",
29 "ssb",
30 "electron"
31 ],
32 "author": "Matt McKegg",
33 "license": "GPL-3.0",
34 "bugs": {
35 "url": "https://github.com/mmckegg/ferment/issues"
36 },
37 "homepage": "https://github.com/mmckegg/ferment#readme",
38 "dependencies": {
39 "@mmckegg/mutant": "~3.7.2",
40 "atomic-file": "^0.1.0",
41 "bittorrent-tracker": "^8.0.12",
42 "broadcast-stream": "^0.1.1",
43 "color-hash": "^1.0.3",
44 "compare-version": "^0.1.2",
45 "create-torrent": "~3.25.1",
46 "data-uri-to-buffer": "0.0.4",
47 "electron": "~1.4.2",
48 "electron-default-menu": "^1.0.0",
49 "graphmitter": "^1.6.3",
50 "has-network": "0.0.0",
51 "human-time": "0.0.1",
52 "insert-css": "^1.0.0",
53 "level-memview": "0.0.0",
54 "mdmanifest": "^1.0.8",
55 "micro-css": "^0.6.1",
56 "mime-types": "^2.1.12",
57 "on-change-network": "0.0.2",
58 "on-wakeup": "^1.0.1",
59 "prettier-bytes": "^1.0.3",
60 "pull-file": "^1.0.0",
61 "pull-identify-filetype": "^1.1.0",
62 "pull-notify": "^0.1.1",
63 "pull-ping": "^2.0.2",
64 "pull-pushable": "^2.0.1",
65 "pull-stream": "^3.4.5",
66 "rimraf": "^2.5.4",
67 "sanitize-filename": "^1.6.1",
68 "scuttlebot": "~9.1.1",
69 "sodium-prebuilt": "~1.0.22",
70 "ssb-blobs": "~0.1.7",
71 "ssb-client": "~4.3.0",
72 "ssb-config": "~2.1.1",
73 "ssb-markdown": "^3.0.0",
74 "ssb-msg-schemas": "^6.2.1",
75 "ssb-msgs": "^5.2.0",
76 "ssb-ref": "^2.6.1",
77 "statistics": "^3.3.0",
78 "stream-to-pull-stream": "^1.7.2",
79 "webtorrent": "~0.97.2",
80 "xtend": "^4.0.1"
81 },
82 "devDependencies": {
83 "node-gyp": ">=1.0.2",
84 "standard": "^8.3.0"
85 }
86}
87

Built with git-ssb-web