git ssb

0+

dangerousbeans / patchbay-bootstrap



Tree: 41e6f62438a6eae45047103d84432affc64bb2e5

Files: 41e6f62438a6eae45047103d84432affc64bb2e5 / package.json

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

Built with git-ssb-web