git ssb

10+

Matt McKegg / patchwork



Tree: 4557a7bfe93e3b06fc8154b38538b6b926f8c512

Files: 4557a7bfe93e3b06fc8154b38538b6b926f8c512 / package.json

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

Built with git-ssb-web