Files: b6089670d854fcefa6bc5ca05636a801707deb30 / package.json
1226 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 | "has-network": "0.0.0", |
20 | "insert-css": "~1.0.0", |
21 | "is-visible": "^2.1.1", |
22 | "micro-css": "~0.6.2", |
23 | "non-private-ip": "^1.4.1", |
24 | "on-change-network": "0.0.2", |
25 | "on-wakeup": "^1.0.1", |
26 | "patchbay": "~3.6.1", |
27 | "pull-abortable": "^4.1.0", |
28 | "pull-file": "~1.0.0", |
29 | "pull-identify-filetype": "^1.1.0", |
30 | "pull-next": "0.0.2", |
31 | "pull-pause": "0.0.0", |
32 | "pull-pushable": "^2.0.1", |
33 | "pull-stream": "~3.4.5", |
34 | "scuttlebot": "~9.2.0", |
35 | "sorted-array-functions": "~1.0.0", |
36 | "ssb-blobs": "~0.1.7", |
37 | "ssb-keys": "~7.0.0", |
38 | "ssb-links": "~2.0.0", |
39 | "ssb-query": "~0.1.1", |
40 | "ssb-ref": "~2.6.2", |
41 | "ssb-sort": "^1.0.0" |
42 | } |
43 | } |
44 |
Built with git-ssb-web