Files: 32d251a78db95ceb448ed94743c944b8be3de181 / package.json
1702 bytesRaw
1 | { |
2 | "name": "patchwork-next", |
3 | "productName": "Patchwork", |
4 | "version": "3.0.0", |
5 | "description": "A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB).", |
6 | "main": "index.js", |
7 | "scripts": { |
8 | "test": "echo \"Error: no test specified\" && exit 1", |
9 | "start": "electron index.js", |
10 | "postinstall": "npm run rebuild", |
11 | "rebuild": "npm rebuild --runtime=electron --target=1.4.3 --abi=50 --disturl=https://atom.io/download/atom-shell" |
12 | }, |
13 | "author": "Secure Scuttlebutt Consortium", |
14 | "license": "GPL", |
15 | "dependencies": { |
16 | "@mmckegg/mutant": "~3.7.1", |
17 | "atomic-file": "^0.1.0", |
18 | "data-uri-to-buffer": "0.0.4", |
19 | "deep-equal": "^1.0.1", |
20 | "electron-default-menu": "~1.0.0", |
21 | "graphmitter": "^1.6.3", |
22 | "has-network": "0.0.0", |
23 | "insert-css": "~1.0.0", |
24 | "is-visible": "^2.1.1", |
25 | "level": "~1.4.0", |
26 | "level-memview": "0.0.0", |
27 | "micro-css": "~0.6.2", |
28 | "non-private-ip": "^1.4.1", |
29 | "on-change-network": "0.0.2", |
30 | "on-wakeup": "^1.0.1", |
31 | "patchbay": "^5.4.0", |
32 | "prebuild": "github:mmckegg/prebuild#use-npm-conf", |
33 | "pull-abortable": "^4.1.0", |
34 | "pull-file": "~1.0.0", |
35 | "pull-identify-filetype": "^1.1.0", |
36 | "pull-next": "0.0.2", |
37 | "pull-notify": "^0.1.1", |
38 | "pull-pause": "0.0.0", |
39 | "pull-ping": "^2.0.2", |
40 | "pull-pushable": "^2.0.1", |
41 | "pull-stream": "~3.4.5", |
42 | "scuttlebot": "~9.2.0", |
43 | "sorted-array-functions": "~1.0.0", |
44 | "ssb-avatar": "^0.2.0", |
45 | "ssb-blobs": "~0.1.7", |
46 | "ssb-keys": "~7.0.0", |
47 | "ssb-links": "~2.0.0", |
48 | "ssb-query": "~0.1.1", |
49 | "ssb-ref": "~2.6.2", |
50 | "ssb-sort": "^1.0.0", |
51 | "statistics": "^3.3.0" |
52 | }, |
53 | "devDependencies": { |
54 | "electron": "~1.4.4" |
55 | } |
56 | } |
57 |
Built with git-ssb-web