git ssb

10+

Matt McKegg / patchwork



Tree: 2d8c9a07a0734a2f88fc3920b5074cb64100020a

Files: 2d8c9a07a0734a2f88fc3920b5074cb64100020a / package.json

2479 bytesRaw
1{
2 "name": "ssb-patchwork",
3 "productName": "Patchwork",
4 "repository": "git@github.com:ssbc/patchwork.git",
5 "version": "3.8.6",
6 "description": "A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB).",
7 "main": "index.js",
8 "scripts": {
9 "test": "standard",
10 "start": "electron index.js",
11 "check-locales": "node scripts/check-locales.js",
12 "postinstall": "npm run rebuild",
13 "rebuild": "cross-script npm rebuild --runtime=electron \"--target=$(electron -v)\" \"--abi=$(electron --abi)\" --disturl=https://atom.io/download/atom-shell"
14 },
15 "author": "Secure Scuttlebutt Consortium",
16 "license": "AGPL-3.0",
17 "dependencies": {
18 "app-root-path": "^2.0.1",
19 "bulk-require": "^1.0.0",
20 "compare-version": "^0.1.2",
21 "cross-script": "^1.0.1",
22 "deep-equal": "^1.0.1",
23 "depject": "^4.1.0",
24 "depnest": "^1.0.2",
25 "electron-default-menu": "~1.0.0",
26 "electron-spellchecker": "github:ssbc/electron-spellchecker-prebuilt",
27 "electron-window-state": "^4.1.0",
28 "emojilib": "^2.2.9",
29 "fix-path": "^2.1.0",
30 "flatpickr": "^3.0.5-1",
31 "flumeview-level": "^2.0.3",
32 "hashlru": "^2.2.0",
33 "human-time": "0.0.1",
34 "i18n": "^0.8.3",
35 "level": "~1.7.0",
36 "lrucache": "^1.0.2",
37 "micro-css": "^2.0.1",
38 "mime-types": "^2.1.15",
39 "moment": "^2.18.1",
40 "mutant": "^3.21.2",
41 "mutant-pull-reduce": "^1.1.0",
42 "obv": "0.0.1",
43 "patch-settings": "~1.1.0",
44 "patchcore": "~1.23.0",
45 "pull-abortable": "^4.1.0",
46 "pull-defer": "^0.2.2",
47 "pull-file": "~1.0.0",
48 "pull-identify-filetype": "^1.1.0",
49 "pull-next": "~1.0.0",
50 "pull-notify": "^0.1.1",
51 "pull-pause": "~0.0.1",
52 "pull-ping": "^2.0.2",
53 "pull-pushable": "^2.0.1",
54 "pull-stream": "~3.6.0",
55 "scuttlebot": "github:ssbc/scuttlebot#22d894d03235a96f1cad8e836b55ca57eb25d17f",
56 "sorted-array-functions": "~1.0.0",
57 "spacetime": "^1.0.7",
58 "ssb-about": "~0.1.1",
59 "ssb-avatar": "^0.2.0",
60 "ssb-backlinks": "~0.6.1",
61 "ssb-blobs": "~1.1.4",
62 "ssb-friends": "^2.3.5",
63 "ssb-keys": "^7.0.13",
64 "ssb-mentions": "^0.4.0",
65 "ssb-msgs": "^5.2.0",
66 "ssb-private": "0.1.4",
67 "ssb-query": "^1.0.0",
68 "ssb-ref": "^2.9.0",
69 "ssb-sort": "^1.0.0",
70 "statistics": "^3.3.0",
71 "suggest-box": "^2.2.3",
72 "text-node-searcher": "^1.1.1"
73 },
74 "devDependencies": {
75 "colors": "^1.1.2",
76 "electron": "~1.8.1",
77 "node-gyp": "^3.6.2"
78 }
79}
80

Built with git-ssb-web