Files: d5fdd871022fae183005b8a90a5c4882e6688518 / package.json
1778 bytesRaw
1 | { |
2 | "name": "patchbay", |
3 | "description": "a pluggable patchwork", |
4 | "version": "2.7.0", |
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": "^1.0.1", |
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": "^2.1.0", |
23 | "is-visible": "^2.0.4", |
24 | "map-filter-reduce": "^3.0.1", |
25 | "mime-types": "^2.1.11", |
26 | "moment": "^2.13.0", |
27 | "open-external": "^0.1.1", |
28 | "peaks.js": "^0.4.7", |
29 | "pull-cat": "^1.1.9", |
30 | "pull-many": "^1.0.6", |
31 | "pull-next": "0.0.0", |
32 | "pull-paramap": "^1.1.6", |
33 | "pull-reconnect": "^0.0.3", |
34 | "pull-scroll": "^0.2.0", |
35 | "pull-stream": "^3.3.2", |
36 | "simple-mime": "^0.1.0", |
37 | "split-buffer": "^1.0.0", |
38 | "ssb-avatar": "^0.1.0", |
39 | "ssb-client": "^4.0.3", |
40 | "ssb-config": "^2.1.1", |
41 | "ssb-feed": "^2.2.1", |
42 | "ssb-keys": "^6.1.0", |
43 | "ssb-markdown": "^3.0.0", |
44 | "ssb-mentions": "^0.1.0", |
45 | "ssb-sort": "^1.0.0", |
46 | "suggest-box": "^2.2.1", |
47 | "text-node-searcher": "^1.1.0" |
48 | }, |
49 | "devDependencies": { |
50 | "browselectrify": "^1.0.1" |
51 | }, |
52 | "browser": { |
53 | "./modules/index.js": "./modules/_index.js" |
54 | }, |
55 | "scripts": { |
56 | "build": "node build.js > modules/_index.js && mkdir -p build && browselectrify index.js > build/bundle.js", |
57 | "graph": "node index.js | dot -Tsvg > graph.svg", |
58 | "test": "set -e; for t in test/*.js; do node $t; done" |
59 | }, |
60 | "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)", |
61 | "license": "MIT" |
62 | } |
63 |
Built with git-ssb-web