Files: bcf57d32283dc6dab8d3a4ed2ef027a7425349fc / package.json
2823 bytesRaw
1 | { |
2 | "name": "ssb-patchwork", |
3 | "productName": "Patchwork", |
4 | "repository": "git@github.com:ssbc/patchwork.git", |
5 | "version": "3.10.0", |
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.1.0", |
19 | "bulk-require": "^1.0.1", |
20 | "compare-version": "^0.1.2", |
21 | "cross-script": "^1.0.5", |
22 | "deep-equal": "^1.0.1", |
23 | "depject": "^4.1.1", |
24 | "depnest": "^1.3.0", |
25 | "electron-default-menu": "~1.0.1", |
26 | "electron-spellchecker": "github:ssbc/electron-spellchecker-prebuilt", |
27 | "electron-window-state": "^4.1.1", |
28 | "emoji-named-characters": "^1.0.2", |
29 | "emojilib": "^2.2.12", |
30 | "escape-string-regexp": "^1.0.5", |
31 | "fix-path": "^2.1.0", |
32 | "flatpickr": "^4.5.1", |
33 | "flumeview-level": "^3.0.4", |
34 | "flumeview-reduce": "^1.3.13", |
35 | "flumeview-search": "^1.0.3", |
36 | "hashlru": "^2.2.1", |
37 | "human-time": "0.0.1", |
38 | "i18n": "^0.8.3", |
39 | "level": "^4.0.0", |
40 | "lrucache": "^1.0.3", |
41 | "micro-css": "^2.0.1", |
42 | "moment": "^2.22.1", |
43 | "moment-timezone": "^0.5.21", |
44 | "mutant": "^3.22.1", |
45 | "mutant-pull-reduce": "^1.1.0", |
46 | "obv": "0.0.1", |
47 | "patch-settings": "^1.1.2", |
48 | "patchcore": "^1.28.0", |
49 | "pull-abortable": "^4.1.1", |
50 | "pull-cat": "^1.1.11", |
51 | "pull-defer": "^0.2.2", |
52 | "pull-file": "^1.1.0", |
53 | "pull-next": "~1.0.1", |
54 | "pull-notify": "^0.1.1", |
55 | "pull-paramap": "^1.2.2", |
56 | "pull-pause": "~0.0.2", |
57 | "pull-ping": "^2.0.2", |
58 | "pull-pushable": "^2.2.0", |
59 | "pull-stream": "^3.6.8", |
60 | "scuttle-blog": "^1.0.0", |
61 | "scuttlebot": "~11.3.0", |
62 | "secret-stack": "^4.1.0", |
63 | "sorted-array-functions": "^1.1.0", |
64 | "spacetime": "^4.1.1", |
65 | "ssb-about": "~0.1.2", |
66 | "ssb-avatar": "^0.2.0", |
67 | "ssb-backlinks": "~0.7.2", |
68 | "ssb-blobs": "~1.1.5", |
69 | "ssb-config": "^2.2.0", |
70 | "ssb-friends": "^2.4.0", |
71 | "ssb-keys": "^7.0.16", |
72 | "ssb-mentions": "^0.5.0", |
73 | "ssb-msgs": "^5.2.0", |
74 | "ssb-private": "~0.2.1", |
75 | "ssb-query": "^2.0.1", |
76 | "ssb-ref": "^2.11.1", |
77 | "ssb-search": "^1.1.2", |
78 | "ssb-sort": "^1.1.0", |
79 | "ssb-ws": "~2.1.1", |
80 | "standard": "^11.0.1", |
81 | "statistics": "^3.3.0", |
82 | "stream-to-pull-stream": "^1.7.2", |
83 | "suggest-box": "^2.2.3", |
84 | "text-node-searcher": "^1.1.1", |
85 | "xtend": "^4.0.1" |
86 | }, |
87 | "devDependencies": { |
88 | "colors": "^1.2.5", |
89 | "electron": "^2.0.4", |
90 | "node-gyp": "^3.6.2" |
91 | } |
92 | } |
93 |
Built with git-ssb-web