Files: 4a2a36097891662d704717d4ef3334afef4b34dc / package.json
2457 bytesRaw
1 | { |
2 | "name": "ssb-patchwork", |
3 | "productName": "Patchwork", |
4 | "repository": "git@github.com:ssbc/patchwork.git", |
5 | "version": "3.6.2", |
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": "AGPL-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 | "flumeview-level": "^2.0.3", |
28 | "hashlru": "^2.2.0", |
29 | "insert-css": "~2.0.0", |
30 | "level": "~1.7.0", |
31 | "lrucache": "^1.0.2", |
32 | "micro-css": "^2.0.0", |
33 | "mime-types": "^2.1.15", |
34 | "moment": "^2.18.1", |
35 | "mutant": "^3.21.2", |
36 | "mutant-pull-reduce": "^1.1.0", |
37 | "obv": "0.0.1", |
38 | "packet-stream": "github:ssbc/packet-stream#c358f319390f9deaf2a015ae276fbdcc965cb4a8", |
39 | "patchcore": "~1.8.0", |
40 | "pull-abortable": "^4.1.0", |
41 | "pull-defer": "^0.2.2", |
42 | "pull-file": "~1.0.0", |
43 | "pull-identify-filetype": "^1.1.0", |
44 | "pull-next": "~1.0.0", |
45 | "pull-notify": "^0.1.1", |
46 | "pull-pause": "~0.0.1", |
47 | "pull-ping": "^2.0.2", |
48 | "pull-pushable": "^2.0.1", |
49 | "pull-stream": "~3.6.0", |
50 | "scuttlebot": "github:ssbc/scuttlebot#fad838c961d0cecac69aa3aee2cb4c1189419032", |
51 | "secure-scuttlebutt": "github:ssbc/secure-scuttlebutt#f1d451605ea42b1354226f39ae4fa0474ad4f163", |
52 | "sorted-array-functions": "~1.0.0", |
53 | "spacetime": "^1.0.7", |
54 | "ssb-about": "0.1.0", |
55 | "ssb-avatar": "^0.2.0", |
56 | "ssb-backlinks": "~0.4.0", |
57 | "ssb-blobs": "~1.1.0", |
58 | "ssb-contacts": "0.0.2", |
59 | "ssb-friends": "^2.0.3", |
60 | "ssb-keys": "~7.0.9", |
61 | "ssb-mentions": "^0.4.0", |
62 | "ssb-msgs": "^5.2.0", |
63 | "ssb-private": "0.1.2", |
64 | "ssb-query": "^1.0.0", |
65 | "ssb-ref": "~2.7.1", |
66 | "ssb-sort": "^1.0.0", |
67 | "statistics": "^3.3.0", |
68 | "suggest-box": "^2.2.3", |
69 | "text-node-searcher": "^1.1.1" |
70 | }, |
71 | "devDependencies": { |
72 | "electron": "~1.6.11" |
73 | } |
74 | } |
75 |
Built with git-ssb-web