git ssb

0+

dangerousbeans / patchbay-bootstrap



Tree: 60989527babf157ffd0d345b4fc91aff313f12bb

Files: 60989527babf157ffd0d345b4fc91aff313f12bb / package.json

1619 bytesRaw
1{
2 "name": "patchbay",
3 "description": "a pluggable patchwork",
4 "version": "1.13.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": "^1.0.1",
14 "human-time": "0.0.1",
15 "hypercrop": "^1.0.1",
16 "hyperfile": "^1.1.0",
17 "hyperlightbox": "^0.1.1",
18 "hyperprogress": "0.1.0",
19 "hyperscript": "^1.4.7",
20 "hypertabs": "^1.2.0",
21 "mime-types": "^2.1.11",
22 "moment": "^2.13.0",
23 "open-external": "^0.1.1",
24 "peaks.js": "^0.4.7",
25 "pull-cat": "^1.1.9",
26 "pull-next": "0.0.0",
27 "pull-paramap": "^1.1.6",
28 "pull-reconnect": "^0.0.3",
29 "pull-scroll": "^0.2.0",
30 "pull-stream": "^3.3.2",
31 "simple-mime": "^0.1.0",
32 "split-buffer": "^1.0.0",
33 "ssb-avatar": "^0.1.0",
34 "ssb-client": "^4.0.3",
35 "ssb-feed": "^2.2.1",
36 "ssb-keys": "^6.0.0",
37 "ssb-markdown": "^3.0.0",
38 "ssb-mentions": "^0.1.0",
39 "ssb-sort": "0.0.0",
40 "suggest-box": "^2.0.0",
41 "text-node-searcher": "^1.1.0"
42 },
43 "devDependencies": {
44 "brfs": "^1.4.3",
45 "indexhtmlify": "^1.2.1"
46 },
47 "scripts": {
48 "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",
49 "graph": "node index.js | dot -Tsvg > graph.svg",
50 "test": "set -e; for t in test/*.js; do node $t; done"
51 },
52 "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",
53 "license": "MIT"
54}
55

Built with git-ssb-web