Files: 2d3be0b71fb114fe7815f6d65ae8c25ba8337ae4 / package.json
2361 bytesRaw
1 | { |
2 | "name": "ssb-patchwork", |
3 | "productName": "Patchwork", |
4 | "repository": "git@github.com:ssbc/patchwork.git", |
5 | "version": "3.6.6", |
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 | "fix-path": "^2.1.0", |
27 | "flatpickr": "^3.0.5-1", |
28 | "flumeview-level": "^2.0.3", |
29 | "hashlru": "^2.2.0", |
30 | "insert-css": "~2.0.0", |
31 | "level": "~1.7.0", |
32 | "lrucache": "^1.0.2", |
33 | "micro-css": "^2.0.0", |
34 | "mime-types": "^2.1.15", |
35 | "moment": "^2.18.1", |
36 | "mutant": "^3.21.2", |
37 | "mutant-pull-reduce": "^1.1.0", |
38 | "obv": "0.0.1", |
39 | "patchcore": "~1.8.2", |
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": "^10.4.2", |
51 | "secret-stack": "github:ssbc/secret-stack#7b0e9c1bebc675a25f78cd9315e01b0b97c506f2", |
52 | "secure-scuttlebutt": "^16.3.7", |
53 | "sorted-array-functions": "~1.0.0", |
54 | "spacetime": "^1.0.7", |
55 | "ssb-about": "0.1.0", |
56 | "ssb-avatar": "^0.2.0", |
57 | "ssb-backlinks": "~0.4.0", |
58 | "ssb-blobs": "~1.1.0", |
59 | "ssb-contacts": "0.0.2", |
60 | "ssb-friends": "^2.1.0", |
61 | "ssb-keys": "~7.0.9", |
62 | "ssb-mentions": "^0.4.0", |
63 | "ssb-msgs": "^5.2.0", |
64 | "ssb-private": "0.1.2", |
65 | "ssb-query": "^1.0.0", |
66 | "ssb-ref": "~2.7.1", |
67 | "ssb-sort": "^1.0.0", |
68 | "statistics": "^3.3.0", |
69 | "suggest-box": "^2.2.3", |
70 | "text-node-searcher": "^1.1.1" |
71 | }, |
72 | "devDependencies": { |
73 | "electron": "~1.6.11" |
74 | } |
75 | } |
76 |
Built with git-ssb-web