git ssb

16+

Dominic / patchbay



Tree: 22ac3515bce601bc6b12f4d9711872d620a91d91

Files: 22ac3515bce601bc6b12f4d9711872d620a91d91 / package.json

964 bytesRaw
1{
2 "name": "patchbay",
3 "description": "a pluggable patchwork",
4 "version": "1.0.4",
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 "hyperscript": "^1.4.7",
14 "mime-types": "^2.1.11",
15 "moment": "^2.13.0",
16 "pull-cat": "^1.1.9",
17 "pull-next": "0.0.0",
18 "pull-paramap": "^1.1.6",
19 "pull-scroll": "^0.1.0",
20 "pull-stream": "^3.3.2",
21 "split-buffer": "^1.0.0",
22 "ssb-avatar": "0.0.2",
23 "ssb-client": "^3.0.1",
24 "ssb-keys": "^5.0.2",
25 "ssb-markdown": "^3.0.0",
26 "ssb-mentions": "^0.1.0",
27 "ssb-sort": "0.0.0",
28 "suggest-box": "^2.0.0"
29 },
30 "devDependencies": {},
31 "scripts": {
32 "test": "set -e; for t in test/*.js; do node $t; done"
33 },
34 "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",
35 "license": "MIT"
36}
37

Built with git-ssb-web