git ssb

16+

Dominic / patchbay



Tree: 108d820b09fd85d159865f851eac43f82f21766f

Files: 108d820b09fd85d159865f851eac43f82f21766f / package.json

2372 bytesRaw
1{
2 "name": "patchbay",
3 "description": "a pluggable patchwork",
4 "version": "6.1.4",
5 "homepage": "https://github.com/dominictarr/patchbay",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/dominictarr/patchbay.git"
9 },
10 "dependencies": {
11 "@mmckegg/mutant": "^3.10.1",
12 "cont": "^1.0.3",
13 "dataurl-": "^0.1.0",
14 "depject": "^3.0.0",
15 "hjson": "^2.0.3",
16 "human-time": "0.0.1",
17 "hypercombo": "0.1.0",
18 "hypercrop": "^1.0.1",
19 "hyperfile": "^1.1.0",
20 "hyperlightbox": "^0.1.3",
21 "hyperprogress": "0.1.0",
22 "hyperscript": "^1.4.7",
23 "hypertabs": "^3.0.0",
24 "is-visible": "^2.0.4",
25 "kvgraph": "^0.1.0",
26 "map-filter-reduce": "^3.0.1",
27 "micro-css": "^0.6.2",
28 "mime-types": "^2.1.11",
29 "moment": "^2.13.0",
30 "open-external": "^0.1.1",
31 "peaks.js": "^0.4.7",
32 "pull-cat": "^1.1.9",
33 "pull-many": "^1.0.7",
34 "pull-next": "^0.0.1",
35 "pull-paramap": "^1.1.6",
36 "pull-reconnect": "^0.0.3",
37 "pull-scroll": "^0.2.0",
38 "pull-stream": "^3.4.5",
39 "scuttlebot": "^8.7.2",
40 "simple-mime": "^0.1.0",
41 "split-buffer": "^1.0.0",
42 "ssb-avatar": "^0.2.0",
43 "ssb-blobs": "^0.1.7",
44 "ssb-client": "^4.0.3",
45 "ssb-config": "^2.1.1",
46 "ssb-feed": "^2.2.1",
47 "ssb-git": "^0.4.1",
48 "ssb-keys": "^6.1.0",
49 "ssb-links": "^2.0.0",
50 "ssb-markdown": "^3.0.0",
51 "ssb-mentions": "^0.1.0",
52 "ssb-query": "^0.1.1",
53 "ssb-ref": "^2.6.2",
54 "ssb-sort": "^1.0.0",
55 "ssb-ws": "^0.6.2",
56 "suggest-box": "^2.2.1",
57 "text-node-searcher": "^1.1.0",
58 "visualize-buffer": "0.0.0"
59 },
60 "devDependencies": {
61 "browselectrify": "^1.0.1",
62 "electro": "^2.0.3",
63 "electron": "^1.4.10",
64 "indexhtmlify": "^1.3.1"
65 },
66 "scripts": {
67 "lite": "node scripts/style.js && mkdir -p build && browserify index.js | indexhtmlify > build/index.html",
68 "start": "electro index.js",
69 "bundle": "node scripts/style.js && mkdir -p build && browselectrify index.js > build/bundle.js",
70 "rebuild": "npm rebuild --runtime=electron --target=$(electron -v) --abi=$(electron --abi) --disturl=https://atom.io/download/atom-shell",
71 "graph": "node index.js | dot -Tsvg > graph.svg",
72 "test": "set -e; for t in test/*.js; do node $t; done"
73 },
74 "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",
75 "license": "MIT"
76}
77

Built with git-ssb-web