git ssb

0+

dangerousbeans / patchbay-bootstrap



Tree: 811284f39dbc61e5447ee29fd4fa26b02f455624

Files: 811284f39dbc61e5447ee29fd4fa26b02f455624 / package.json

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

Built with git-ssb-web