Files: 5477cb7eccf839bf6a1c666a5a2808a6ead826f1 / package.json
1475 bytesRaw
1 | { |
2 | "name": "picknmix", |
3 | "version": "7.1.0", |
4 | "description": "patchbay 2, built on patchcore", |
5 | "main": "index.js", |
6 | "scripts": { |
7 | "lint": "standard", |
8 | "rebuild": "npm rebuild --runtime=electron --target=$(electron -v) --abi=$(electron --abi) --disturl=https://atom.io/download/atom-shell", |
9 | "start": "electro index.js" |
10 | }, |
11 | "repository": { |
12 | "type": "git", |
13 | "url": "git+https://github.com/ssbc/picknmix.git" |
14 | }, |
15 | "author": "mixmix", |
16 | "license": "GPL-3.0", |
17 | "bugs": { |
18 | "url": "https://github.com/ssbc/picknmix/issues" |
19 | }, |
20 | "homepage": "https://github.com/ssbc/picknmix#readme", |
21 | "dependencies": { |
22 | "bulk-require": "^1.0.0", |
23 | "dataurl-": "^0.1.0", |
24 | "depject": "^3.2.0", |
25 | "depnest": "^1.0.2", |
26 | "electro": "^2.0.3", |
27 | "electron": "^1.4.15", |
28 | "hypercrop": "^1.1.0", |
29 | "hyperfile": "^2.0.0", |
30 | "hyperlightbox": "^1.0.0", |
31 | "hypertabs": "^4.2.0", |
32 | "insert-css": "^2.0.0", |
33 | "libnested": "^1.2.1", |
34 | "micro-css": "^1.0.0", |
35 | "mutant": "^3.16.0", |
36 | "mutant-pull-reduce": "^1.0.1", |
37 | "open-external": "^0.1.1", |
38 | "patchcore": "^0.4.8", |
39 | "pull-cat": "^1.1.11", |
40 | "pull-next": "0.0.2", |
41 | "pull-scroll": "^1.0.3", |
42 | "pull-stream": "^3.5.0", |
43 | "read-directory": "^2.0.0", |
44 | "setimmediate": "^1.0.5", |
45 | "ssb-horcrux": "0.1.2", |
46 | "ssb-mentions": "^0.1.1", |
47 | "suggest-box": "^2.2.3", |
48 | "text-node-searcher": "^1.1.1", |
49 | "xtend": "^4.0.1" |
50 | }, |
51 | "devDependencies": { |
52 | "standard": "^8.6.0" |
53 | } |
54 | } |
55 |
Built with git-ssb-web