Files: 1ba623ec650594963538cebbe8d71345ce30501d / package.json
1505 bytesRaw
1 | { |
2 | "name": "patchbay", |
3 | "description": "a pluggable patchwork", |
4 | "version": "1.9.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 | "hypercrop": "^1.0.1", |
15 | "hyperfile": "^1.1.0", |
16 | "hyperlightbox": "^0.1.1", |
17 | "hyperscript": "^1.4.7", |
18 | "hypertabs": "^1.2.0", |
19 | "mime-types": "^2.1.11", |
20 | "moment": "^2.13.0", |
21 | "open-external": "^0.1.1", |
22 | "pull-cat": "^1.1.9", |
23 | "pull-next": "0.0.0", |
24 | "pull-paramap": "^1.1.6", |
25 | "pull-reconnect": "^0.0.3", |
26 | "pull-scroll": "^0.2.0", |
27 | "pull-stream": "^3.3.2", |
28 | "split-buffer": "^1.0.0", |
29 | "ssb-avatar": "^0.1.0", |
30 | "ssb-client": "^4.0.2", |
31 | "ssb-feed": "^2.1.3", |
32 | "ssb-keys": "^5.1.0", |
33 | "ssb-markdown": "^3.0.0", |
34 | "ssb-mentions": "^0.1.0", |
35 | "ssb-sort": "0.0.0", |
36 | "suggest-box": "^2.0.0", |
37 | "text-node-searcher": "^1.1.0" |
38 | }, |
39 | "devDependencies": { |
40 | "brfs": "^1.4.3", |
41 | "indexhtmlify": "^1.2.1" |
42 | }, |
43 | "scripts": { |
44 | "build": "node build.js > modules/index.js && mkdir -p build && browserify -t brfs index.js > build/bundle.js && indexhtmlify < build/bundle.js > build/index.html", |
45 | "graph": "node index.js | dot -Tsvg > graph.svg", |
46 | "test": "set -e; for t in test/*.js; do node $t; done" |
47 | }, |
48 | "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)", |
49 | "license": "MIT" |
50 | } |
51 |
Built with git-ssb-web