git ssb

0+

dangerousbeans / patchbay-bootstrap



Tree: 240810ceba9281d2eae595465e01b2b58f3c7b24

Files: 240810ceba9281d2eae595465e01b2b58f3c7b24 / package.json

1219 bytesRaw
1{
2 "name": "patchbay",
3 "description": "a pluggable patchwork",
4 "version": "1.6.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 "depject": "^0.1.0",
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 "pull-cat": "^1.1.9",
19 "pull-next": "0.0.0",
20 "pull-paramap": "^1.1.6",
21 "pull-reconnect": "0.0.1",
22 "pull-scroll": "^0.2.0",
23 "pull-stream": "^3.3.2",
24 "split-buffer": "^1.0.0",
25 "ssb-avatar": "0.0.2",
26 "ssb-client": "^4.0.0",
27 "ssb-feed": "^2.1.3",
28 "ssb-keys": "^5.1.0",
29 "ssb-markdown": "^3.0.0",
30 "ssb-mentions": "^0.1.0",
31 "ssb-sort": "0.0.0",
32 "suggest-box": "^2.0.0",
33 "text-node-searcher": "^1.1.0"
34 },
35 "devDependencies": {
36 "brfs": "^1.4.3"
37 },
38 "scripts": {
39 "build": "node build.js > modules/index.js; noderify index.js > bundle.js",
40 "test": "set -e; for t in test/*.js; do node $t; done"
41 },
42 "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",
43 "license": "MIT"
44}
45

Built with git-ssb-web