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