git ssb

0+

dangerousbeans / patchbay-bootstrap



Tree: 1a60204e14b9b51f21c75f532fd6cc7499fa93bf

Files: 1a60204e14b9b51f21c75f532fd6cc7499fa93bf / package.json

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

Built with git-ssb-web