git ssb

10+

Matt McKegg / patchwork



Tree: aaec4390f3bde60d6893795e285390ecae3fa4f0

Files: aaec4390f3bde60d6893795e285390ecae3fa4f0 / package.json

2280 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 "flatpickr": "^3.0.5-1",
27 "insert-css": "~2.0.0",
28 "level": "~1.7.0",
29 "micro-css": "^2.0.0",
30 "moment": "^2.18.1",
31 "mutant": "^3.20.2",
32 "mutant-pull-reduce": "^1.1.0",
33 "obv": "0.0.1",
34 "patchcore": "~1.4.0",
35 "pull-abortable": "^4.1.0",
36 "pull-defer": "^0.2.2",
37 "pull-file": "~1.0.0",
38 "pull-identify-filetype": "^1.1.0",
39 "pull-next": "~1.0.0",
40 "pull-notify": "^0.1.1",
41 "pull-pause": "~0.0.1",
42 "pull-ping": "^2.0.2",
43 "pull-pushable": "^2.0.1",
44 "pull-scroll": "^1.0.4",
45 "pull-stream": "~3.6.0",
46 "scuttlebot": "github:ssbc/scuttlebot#7631c51207229346467d70e5b00b51c6f860c61b",
47 "secure-scuttlebutt": "github:ssbc/secure-scuttlebutt#c845183f3b16f6fa31ab68e74ec8b912bc37e6d6",
48 "sorted-array-functions": "~1.0.0",
49 "spacetime": "^1.0.7",
50 "ssb-about": "0.1.0",
51 "ssb-avatar": "^0.2.0",
52 "ssb-backlinks": "~0.4.0",
53 "ssb-blobs": "~1.1.0",
54 "ssb-contacts": "0.0.2",
55 "ssb-friends": "^2.0.3",
56 "ssb-keys": "~7.0.9",
57 "ssb-mentions": "^0.4.0",
58 "ssb-msgs": "^5.2.0",
59 "ssb-private": "0.1.2",
60 "ssb-query": "^1.0.0",
61 "ssb-ref": "~2.7.1",
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

Built with git-ssb-web