git ssb

16+

Dominic / patchbay



Tree: 4cc0d31d81a81e1f7fa95ad23f2a988b0c941e6d

Files: 4cc0d31d81a81e1f7fa95ad23f2a988b0c941e6d / package.json

1303 bytesRaw
1{
2 "name": "picknmix",
3 "version": "0.0.1",
4 "description": "patchbay 2? building 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 "depject": "^3.2.0",
24 "depnest": "^1.0.2",
25 "electro": "^2.0.3",
26 "electron": "^1.4.15",
27 "hypertabs": "^4.1.1",
28 "insert-css": "^2.0.0",
29 "libnested": "^1.2.1",
30 "micro-css": "^1.0.0",
31 "mutant": "^3.16.0",
32 "mutant-pull-reduce": "^1.0.1",
33 "open-external": "^0.1.1",
34 "patchcore": "^0.2.2",
35 "pull-cat": "^1.1.11",
36 "pull-next": "0.0.2",
37 "pull-scroll": "^1.0.3",
38 "pull-stream": "^3.5.0",
39 "read-directory": "^2.0.0",
40 "setimmediate": "^1.0.5",
41 "ssb-mentions": "^0.1.1",
42 "suggest-box": "^2.2.3",
43 "xtend": "^4.0.1"
44 },
45 "devDependencies": {
46 "standard": "^8.6.0"
47 }
48}
49

Built with git-ssb-web