Files: 702311acccdb404b47764737d8dbc680fb5ded24 / package.json
2220 bytesRaw
1 | { |
2 | "name": "ssb-patchwork", |
3 | "productName": "Patchwork", |
4 | "repository": "git@github.com:ssbc/patchwork.git", |
5 | "version": "3.3.1", |
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": "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 | "data-uri-to-buffer": "0.0.4", |
22 | "deep-equal": "^1.0.1", |
23 | "depject": "^3.2.0", |
24 | "depnest": "^1.0.2", |
25 | "electron-default-menu": "~1.0.0", |
26 | "electron-spellchecker": "^1.0.4", |
27 | "electron-window-state": "^4.1.0", |
28 | "graphmitter": "^1.6.3", |
29 | "has-network": "0.0.0", |
30 | "insert-css": "~1.0.0", |
31 | "is-visible": "^2.1.1", |
32 | "level": "~1.6.0", |
33 | "level-memview": "0.0.0", |
34 | "map-filter-reduce": "~3.0.3", |
35 | "micro-css": "^2.0.0", |
36 | "mutant": "^3.18.0", |
37 | "mutant-pull-reduce": "^1.1.0", |
38 | "non-private-ip": "^1.4.1", |
39 | "on-change-network": "0.0.2", |
40 | "on-wakeup": "^1.0.1", |
41 | "patchcore": "~0.4.12", |
42 | "pull-abortable": "^4.1.0", |
43 | "pull-defer": "^0.2.2", |
44 | "pull-file": "~1.0.0", |
45 | "pull-identify-filetype": "^1.1.0", |
46 | "pull-next": "0.0.2", |
47 | "pull-notify": "^0.1.1", |
48 | "pull-pause": "0.0.0", |
49 | "pull-ping": "^2.0.2", |
50 | "pull-pushable": "^2.0.1", |
51 | "pull-scroll": "^1.0.4", |
52 | "pull-stream": "~3.4.5", |
53 | "scuttlebot": "github:ssbc/scuttlebot#d0126d02cfcce2d28b036680cc90cc0a233acdba", |
54 | "sorted-array-functions": "~1.0.0", |
55 | "ssb-avatar": "^0.2.0", |
56 | "ssb-blobs": "~0.1.7", |
57 | "ssb-keys": "~7.0.0", |
58 | "ssb-mentions": "^0.3.1", |
59 | "ssb-msgs": "^5.2.0", |
60 | "ssb-query": "~0.1.1", |
61 | "ssb-ref": "~2.6.2", |
62 | "ssb-sort": "^1.0.0", |
63 | "statistics": "^3.3.0", |
64 | "suggest-box": "^2.2.3", |
65 | "text-node-searcher": "^1.1.1" |
66 | }, |
67 | "devDependencies": { |
68 | "electron": "~1.4.4" |
69 | } |
70 | } |
71 | |
72 |
Built with git-ssb-web