git ssb

0+

dangerousbeans / patchbay-bootstrap



Tree: 66dac60c355d6002362afd833034c36062a8ce7c

Files: 66dac60c355d6002362afd833034c36062a8ce7c / package.json

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

Built with git-ssb-web