git ssb

16+

Dominic / patchbay



Tree: 69154865d7116475dc8be434871ea8f6011f18c4

Files: 69154865d7116475dc8be434871ea8f6011f18c4 / package.json

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

Built with git-ssb-web