git ssb

0+

dangerousbeans / patchbay-bootstrap



Tree: 7943e743e227f271fee302ea63fc033e49f380bc

Files: 7943e743e227f271fee302ea63fc033e49f380bc / package.json

1132 bytesRaw
1{
2 "name": "patchbay",
3 "description": "a pluggable patchwork",
4 "version": "1.3.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 "depject": "^0.1.0",
13 "hyperlightbox": "0.0.0",
14 "hyperscript": "^1.4.7",
15 "hypertabs": "^1.1.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": "^3.0.1",
27 "ssb-keys": "^5.1.0",
28 "ssb-markdown": "^3.0.0",
29 "ssb-mentions": "^0.1.0",
30 "ssb-sort": "0.0.0",
31 "suggest-box": "^2.0.0"
32 },
33 "devDependencies": {},
34 "scripts": {
35 "build": "node build.js > modules/index.js; noderify index.js > bundle.js",
36 "test": "set -e; for t in test/*.js; do node $t; done"
37 },
38 "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",
39 "license": "MIT"
40}
41

Built with git-ssb-web