git ssb

10+

Matt McKegg / patchwork



Tree: aa739edc46401d52df901e8b8da880091ef03f2f

Files: aa739edc46401d52df901e8b8da880091ef03f2f / package.json

2080 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 "bulk-require": "^1.0.0",
18 "compare-version": "^0.1.2",
19 "cross-script": "^1.0.1",
20 "deep-equal": "^1.0.1",
21 "depject": "^4.1.0",
22 "depnest": "^1.0.2",
23 "electron-default-menu": "~1.0.0",
24 "electron-spellchecker": "^1.0.4",
25 "electron-window-state": "^4.1.0",
26 "insert-css": "~2.0.0",
27 "level": "~1.7.0",
28 "micro-css": "^2.0.0",
29 "mutant": "^3.20.2",
30 "mutant-pull-reduce": "^1.1.0",
31 "obv": "0.0.1",
32 "patchcore": "~1.3.1",
33 "patchwork-gatherings": "^1.0.2",
34 "pull-abortable": "^4.1.0",
35 "pull-defer": "^0.2.2",
36 "pull-file": "~1.0.0",
37 "pull-identify-filetype": "^1.1.0",
38 "pull-next": "~1.0.0",
39 "pull-notify": "^0.1.1",
40 "pull-pause": "~0.0.1",
41 "pull-ping": "^2.0.2",
42 "pull-pushable": "^2.0.1",
43 "pull-scroll": "^1.0.4",
44 "pull-stream": "~3.6.0",
45 "scuttlebot": "~10.0.5",
46 "sorted-array-functions": "~1.0.0",
47 "ssb-about": "0.1.0",
48 "ssb-avatar": "^0.2.0",
49 "ssb-backlinks": "~0.4.0",
50 "ssb-blobs": "~1.1.0",
51 "ssb-contacts": "0.0.2",
52 "ssb-friends": "^2.0.3",
53 "ssb-keys": "~7.0.9",
54 "ssb-mentions": "^0.4.0",
55 "ssb-msgs": "^5.2.0",
56 "ssb-private": "0.1.2",
57 "ssb-query": "^1.0.0",
58 "ssb-ref": "~2.7.1",
59 "ssb-sort": "^1.0.0",
60 "statistics": "^3.3.0",
61 "suggest-box": "^2.2.3",
62 "text-node-searcher": "^1.1.1"
63 },
64 "devDependencies": {
65 "electron": "~1.4.4"
66 }
67}
68

Built with git-ssb-web