git ssb

16+

Dominic / patchbay



Tree: 86ea5da17a73751facaa9e0d8540e9877b49f402

Files: 86ea5da17a73751facaa9e0d8540e9877b49f402 / package.json

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

Built with git-ssb-web