git ssb

16+

Dominic / patchbay



Tree: 3c63691a3ff381ff83e86a97ce3246807bccae1e

Files: 3c63691a3ff381ff83e86a97ce3246807bccae1e / package.json

1414 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 "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.1.1",
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.3.3",
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-mentions": "^0.1.1",
46 "suggest-box": "^2.2.3",
47 "xtend": "^4.0.1"
48 },
49 "devDependencies": {
50 "standard": "^8.6.0"
51 }
52}
53

Built with git-ssb-web