Files: cc742608be8d886ca3141744bdb71da25a5a2783 / package.json
2100 bytesRaw
1 | { |
2 | "name": "ferment", |
3 | "version": "0.6.5", |
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 scripts/server.js", |
10 | "postinstall": "npm run rebuild", |
11 | "rebuild": "npm rebuild --runtime=electron --target=1.4.2 --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.5.4", |
40 | "bittorrent-tracker": "^8.0.12", |
41 | "color-hash": "^1.0.3", |
42 | "compare-version": "^0.1.2", |
43 | "create-torrent": "~3.25.1", |
44 | "data-uri-to-buffer": "0.0.4", |
45 | "electron": "~1.4.2", |
46 | "electron-default-menu": "^1.0.0", |
47 | "graphmitter": "^1.6.3", |
48 | "human-time": "0.0.1", |
49 | "insert-css": "^1.0.0", |
50 | "mdmanifest": "^1.0.8", |
51 | "micro-css": "^0.6.1", |
52 | "mime-types": "^2.1.12", |
53 | "prettier-bytes": "^1.0.3", |
54 | "pull-file": "^1.0.0", |
55 | "pull-identify-filetype": "^1.1.0", |
56 | "pull-pushable": "^2.0.1", |
57 | "pull-stream": "^3.4.5", |
58 | "rimraf": "^2.5.4", |
59 | "sanitize-filename": "^1.6.1", |
60 | "scuttlebot": "~9.0.2", |
61 | "sodium-prebuilt": "~1.0.22", |
62 | "ssb-blobs": "~0.1.6", |
63 | "ssb-client": "~4.1.0", |
64 | "ssb-config": "~2.1.1", |
65 | "ssb-markdown": "^3.0.0", |
66 | "ssb-msg-schemas": "^6.2.1", |
67 | "ssb-msgs": "^5.2.0", |
68 | "ssb-ref": "^2.6.1", |
69 | "stream-to-pull-stream": "^1.7.2", |
70 | "webtorrent": "~0.97.2", |
71 | "xtend": "^4.0.1" |
72 | }, |
73 | "devDependencies": { |
74 | "node-gyp": ">=1.0.2", |
75 | "standard": "^8.3.0" |
76 | } |
77 | } |
78 |
Built with git-ssb-web