git ssb

10+

Matt McKegg / patchwork



Tree: dbe5c71a464700476f4e3d9a8badd4ce60fcec4d

Files: dbe5c71a464700476f4e3d9a8badd4ce60fcec4d / package.json

2035 bytesRaw
1{
2 "name": "patchwork-next",
3 "productName": "Patchwork",
4 "version": "3.0.3",
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 "micro-css": "^2.0.0",
33 "mutant": "^3.17.0",
34 "mutant-pull-reduce": "^1.1.0",
35 "non-private-ip": "^1.4.1",
36 "on-change-network": "0.0.2",
37 "on-wakeup": "^1.0.1",
38 "patchcore": "~0.3.5",
39 "prebuild": "github:mmckegg/prebuild#use-npm-conf",
40 "pull-abortable": "^4.1.0",
41 "pull-file": "~1.0.0",
42 "pull-identify-filetype": "^1.1.0",
43 "pull-next": "0.0.2",
44 "pull-notify": "^0.1.1",
45 "pull-pause": "0.0.0",
46 "pull-ping": "^2.0.2",
47 "pull-pushable": "^2.0.1",
48 "pull-scroll": "^1.0.3",
49 "pull-stream": "~3.4.5",
50 "scuttlebot": "^9.4.4",
51 "sorted-array-functions": "~1.0.0",
52 "ssb-avatar": "^0.2.0",
53 "ssb-blobs": "~0.1.7",
54 "ssb-keys": "~7.0.0",
55 "ssb-mentions": "^0.1.1",
56 "ssb-msgs": "^5.2.0",
57 "ssb-query": "~0.1.1",
58 "ssb-ref": "~2.6.2",
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