Files: 42c5d7f662879c862a5df38f2b7f30babea0a43c / package.json
2317 bytesRaw
1 | { |
2 | "name": "ssb-patchwork", |
3 | "productName": "Patchwork", |
4 | "repository": "git@github.com:ssbc/patchwork.git", |
5 | "version": "3.4.0", |
6 | "description": "A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB).", |
7 | "main": "index.js", |
8 | "scripts": { |
9 | "test": "echo \"Error: no test specified\" && exit 1", |
10 | "start": "electron index.js", |
11 | "postinstall": "npm run rebuild", |
12 | "rebuild": "cross-script npm rebuild --runtime=electron \"--target=$(electron -v)\" \"--abi=$(electron --abi)\" --disturl=https://atom.io/download/atom-shell" |
13 | }, |
14 | "author": "Secure Scuttlebutt Consortium", |
15 | "license": "GPL-3.0", |
16 | "dependencies": { |
17 | "atomic-file": "^0.1.0", |
18 | "bulk-require": "^1.0.0", |
19 | "catch-links": "^2.0.1", |
20 | "compare-version": "^0.1.2", |
21 | "cross-script": "^1.0.1", |
22 | "data-uri-to-buffer": "0.0.4", |
23 | "deep-equal": "^1.0.1", |
24 | "depject": "^3.2.0", |
25 | "depnest": "^1.0.2", |
26 | "electron-default-menu": "~1.0.0", |
27 | "electron-spellchecker": "^1.0.4", |
28 | "electron-window-state": "^4.1.0", |
29 | "flumeview-query": "^3.0.3", |
30 | "has-network": "0.0.0", |
31 | "insert-css": "~1.0.0", |
32 | "is-visible": "^2.1.1", |
33 | "level": "~1.7.0", |
34 | "level-memview": "0.0.0", |
35 | "map-filter-reduce": "~3.0.3", |
36 | "micro-css": "^2.0.0", |
37 | "mutant": "^3.18.0", |
38 | "mutant-pull-reduce": "^1.1.0", |
39 | "non-private-ip": "^1.4.1", |
40 | "on-change-network": "0.0.2", |
41 | "on-wakeup": "^1.0.1", |
42 | "patchcore": "github:ssbc/patchcore#backlinks-index", |
43 | "patchwork-gatherings": "^1.0.2", |
44 | "pull-abortable": "^4.1.0", |
45 | "pull-defer": "^0.2.2", |
46 | "pull-file": "~1.0.0", |
47 | "pull-identify-filetype": "^1.1.0", |
48 | "pull-next": "~1.0.0", |
49 | "pull-notify": "^0.1.1", |
50 | "pull-pause": "~0.0.1", |
51 | "pull-ping": "^2.0.2", |
52 | "pull-pushable": "^2.0.1", |
53 | "pull-scroll": "^1.0.4", |
54 | "pull-stream": "~3.4.5", |
55 | "scuttlebot": "~10.0.5", |
56 | "sorted-array-functions": "~1.0.0", |
57 | "ssb-avatar": "^0.2.0", |
58 | "ssb-blobs": "~1.0.1", |
59 | "ssb-friends": "^2.0.3", |
60 | "ssb-keys": "~7.0.9", |
61 | "ssb-mentions": "^0.3.1", |
62 | "ssb-msgs": "^5.2.0", |
63 | "ssb-query": "^1.0.0", |
64 | "ssb-ref": "~2.7.1", |
65 | "ssb-sort": "^1.0.0", |
66 | "statistics": "^3.3.0", |
67 | "suggest-box": "^2.2.3", |
68 | "text-node-searcher": "^1.1.1" |
69 | }, |
70 | "devDependencies": { |
71 | "electron": "~1.4.4" |
72 | } |
73 | } |
74 |
Built with git-ssb-web