Files: abef5a74d4b427f7a36f20b1be7dc85b9f22080a / package.json
959 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": "ISC", |
14 | "dependencies": { |
15 | "@mmckegg/mutant": "^3.6.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 | "micro-css": "^0.6.2", |
21 | "patchbay": "^3.5.0", |
22 | "pull-file": "^1.0.0", |
23 | "pull-identify-filetype": "^1.1.0", |
24 | "pull-stream": "^3.4.5", |
25 | "scuttlebot": "^9.2.0", |
26 | "sorted-array-functions": "^1.0.0", |
27 | "ssb-blobs": "^0.1.7", |
28 | "ssb-keys": "^7.0.0", |
29 | "ssb-links": "^2.0.0", |
30 | "ssb-query": "^0.1.1", |
31 | "ssb-ref": "^2.6.2", |
32 | "ssb-ws": "^0.6.2" |
33 | } |
34 | } |
35 |
Built with git-ssb-web