git ssb

16+

Dominic / patchbay



Tree: ef0e26935108e5a9748cd1b03ef830fceff93640

Files: ef0e26935108e5a9748cd1b03ef830fceff93640 / package.json

1585 bytesRaw
1{
2 "name": "patchbay",
3 "version": "7.3.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 main.js"
10 },
11 "browserify": {
12 "transform": [
13 "bulkify",
14 "read-directory/transform",
15 "es2040"
16 ]
17 },
18 "repository": {
19 "type": "git",
20 "url": "git+https://github.com/ssbc/picknmix.git"
21 },
22 "author": "mixmix",
23 "license": "GPL-3.0",
24 "bugs": {
25 "url": "https://github.com/ssbc/picknmix/issues"
26 },
27 "homepage": "https://github.com/ssbc/picknmix#readme",
28 "dependencies": {
29 "bulk-require": "^1.0.0",
30 "bulkify": "^1.4.2",
31 "dataurl-": "^0.1.0",
32 "depject": "^3.2.0",
33 "depnest": "^1.0.2",
34 "es2040": "^1.2.5",
35 "hypercrop": "^1.1.0",
36 "hyperfile": "^2.0.0",
37 "hyperlightbox": "^1.0.0",
38 "hypertabs": "^4.2.0",
39 "insert-css": "^2.0.0",
40 "libnested": "^1.2.1",
41 "micro-css": "^1.0.0",
42 "mutant": "^3.16.0",
43 "mutant-pull-reduce": "^1.0.1",
44 "open-external": "^0.1.1",
45 "patchcore": "^0.5.0",
46 "pull-cat": "^1.1.11",
47 "pull-next": "0.0.2",
48 "pull-scroll": "^1.0.3",
49 "pull-stream": "^3.5.0",
50 "read-directory": "^2.0.0",
51 "setimmediate": "^1.0.5",
52 "ssb-horcrux": "0.1.2",
53 "ssb-mentions": "^0.1.1",
54 "suggest-box": "^2.2.3",
55 "text-node-searcher": "^1.1.1",
56 "xtend": "^4.0.1"
57 },
58 "devDependencies": {
59 "standard": "^8.6.0"
60 }
61}
62

Built with git-ssb-web