git ssb

10+

Matt McKegg / patchwork



Tree: 1d581e10009c9fdb0ab058a8794f03fefce2df50

Files: 1d581e10009c9fdb0ab058a8794f03fefce2df50 / package.json

2223 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 "has-network": "0.0.0",
30 "insert-css": "~1.0.0",
31 "is-visible": "^2.1.1",
32 "level": "~1.7.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.5.2",
42 "patchwork-gatherings": "^1.0.2",
43 "pull-abortable": "^4.1.0",
44 "pull-defer": "^0.2.2",
45 "pull-file": "~1.0.0",
46 "pull-identify-filetype": "^1.1.0",
47 "pull-next": "~1.0.0",
48 "pull-notify": "^0.1.1",
49 "pull-pause": "~0.0.1",
50 "pull-ping": "^2.0.2",
51 "pull-pushable": "^2.0.1",
52 "pull-scroll": "^1.0.4",
53 "pull-stream": "~3.4.5",
54 "scuttlebot": "~9.7.1",
55 "sorted-array-functions": "~1.0.0",
56 "ssb-avatar": "^0.2.0",
57 "ssb-blobs": "~1.0.1",
58 "ssb-keys": "~7.0.8",
59 "ssb-mentions": "^0.3.1",
60 "ssb-msgs": "^5.2.0",
61 "ssb-query": "~0.1.1",
62 "ssb-ref": "~2.6.2",
63 "ssb-sort": "^1.0.0",
64 "statistics": "^3.3.0",
65 "suggest-box": "^2.2.3",
66 "text-node-searcher": "^1.1.1"
67 },
68 "devDependencies": {
69 "electron": "~1.4.4"
70 }
71}
72

Built with git-ssb-web