git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Tree: 1e2e9d73bfe05a81e44492a60cd9223bcbd926cc

Files: 1e2e9d73bfe05a81e44492a60cd9223bcbd926cc / package.json

1079 bytesRaw
1{
2 "name": "patchwork-next",
3 "version": "0.0.0",
4 "description": "",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1",
8 "start": "electron index.js",
9 "postinstall": "npm run rebuild",
10 "rebuild": "npm rebuild --runtime=electron --target=1.4.3 --abi=50 --disturl=https://atom.io/download/atom-shell"
11 },
12 "author": "",
13 "license": "GPL",
14 "dependencies": {
15 "@mmckegg/mutant": "~3.7.1",
16 "data-uri-to-buffer": "0.0.4",
17 "electron": "~1.4.4",
18 "electron-default-menu": "~1.0.0",
19 "insert-css": "~1.0.0",
20 "is-visible": "^2.1.1",
21 "micro-css": "~0.6.2",
22 "patchbay": "~3.6.1",
23 "pull-abortable": "^4.1.0",
24 "pull-file": "~1.0.0",
25 "pull-identify-filetype": "^1.1.0",
26 "pull-next": "0.0.2",
27 "pull-pause": "0.0.0",
28 "pull-pushable": "^2.0.1",
29 "pull-stream": "~3.4.5",
30 "scuttlebot": "~9.2.0",
31 "sorted-array-functions": "~1.0.0",
32 "ssb-blobs": "~0.1.7",
33 "ssb-keys": "~7.0.0",
34 "ssb-links": "~2.0.0",
35 "ssb-query": "~0.1.1",
36 "ssb-ref": "~2.6.2"
37 }
38}
39

Built with git-ssb-web