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