git ssb

10+

Matt McKegg / patchwork



Tree: 43227d5b2a248b928fbf666ecdf2f1e54a7ecd4b

Files: 43227d5b2a248b928fbf666ecdf2f1e54a7ecd4b / package.json

2524 bytesRaw
1{
2 "name": "ssb-patchwork",
3 "productName": "Patchwork",
4 "repository": "git@github.com:ssbc/patchwork.git",
5 "version": "3.8.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.0.1",
19 "bulk-require": "^1.0.0",
20 "chloride": "github:ssbc/chloride#4492abb5186c03146a546eb4e5aab326474781fa",
21 "compare-version": "^0.1.2",
22 "cross-script": "^1.0.1",
23 "deep-equal": "^1.0.1",
24 "depject": "^4.1.0",
25 "depnest": "^1.0.2",
26 "electron-default-menu": "~1.0.0",
27 "electron-spellchecker": "^1.0.4",
28 "electron-window-state": "^4.1.0",
29 "emojilib": "^2.2.9",
30 "fix-path": "^2.1.0",
31 "flatpickr": "^3.0.5-1",
32 "flumeview-level": "^2.0.3",
33 "hashlru": "^2.2.0",
34 "human-time": "0.0.1",
35 "i18n": "^0.8.3",
36 "level": "~1.7.0",
37 "lrucache": "^1.0.2",
38 "micro-css": "^2.0.1",
39 "mime-types": "^2.1.15",
40 "moment": "^2.18.1",
41 "mutant": "^3.21.2",
42 "mutant-pull-reduce": "^1.1.0",
43 "obv": "0.0.1",
44 "patch-settings": "^1.0.1",
45 "patchcore": "~1.16.0",
46 "pull-abortable": "^4.1.0",
47 "pull-defer": "^0.2.2",
48 "pull-file": "~1.0.0",
49 "pull-identify-filetype": "^1.1.0",
50 "pull-next": "~1.0.0",
51 "pull-notify": "^0.1.1",
52 "pull-pause": "~0.0.1",
53 "pull-ping": "^2.0.2",
54 "pull-pushable": "^2.0.1",
55 "pull-stream": "~3.6.0",
56 "scuttlebot": "github:ssbc/scuttlebot#ea69ae675efd46259855bdbee0127c68fe2818e4",
57 "sorted-array-functions": "~1.0.0",
58 "spacetime": "^1.0.7",
59 "ssb-about": "~0.1.1",
60 "ssb-avatar": "^0.2.0",
61 "ssb-backlinks": "~0.4.1",
62 "ssb-blobs": "~1.1.4",
63 "ssb-friends": "^2.3.5",
64 "ssb-keys": "~7.0.12",
65 "ssb-mentions": "^0.4.0",
66 "ssb-msgs": "^5.2.0",
67 "ssb-private": "0.1.4",
68 "ssb-query": "^1.0.0",
69 "ssb-ref": "~2.7.1",
70 "ssb-sort": "^1.0.0",
71 "statistics": "^3.3.0",
72 "suggest-box": "^2.2.3",
73 "text-node-searcher": "^1.1.1"
74 },
75 "devDependencies": {
76 "colors": "^1.1.2",
77 "electron": "~1.8.1",
78 "node-gyp": "^3.6.2"
79 }
80}
81

Built with git-ssb-web