git ssb

16+

Dominic / patchbay



Tree: b37724d400c1859d22e995622281817db4d79249

Files: b37724d400c1859d22e995622281817db4d79249 / package.json

896 bytesRaw
1{
2 "name": "ssb-patchboard",
3 "description": "a pluggable patchwork",
4 "version": "0.1.0",
5 "homepage": "https://github.com/dominictarr/ssb-patchboard",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/dominictarr/ssb-patchboard.git"
9 },
10 "dependencies": {
11 "cont": "^1.0.3",
12 "depject": "^0.1.0",
13 "hyperscript": "^1.4.7",
14 "moment": "^2.13.0",
15 "pull-cat": "^1.1.9",
16 "pull-next": "0.0.0",
17 "pull-paramap": "^1.1.6",
18 "pull-scroll": "^0.1.0",
19 "pull-stream": "^3.3.2",
20 "ssb-client": "^3.0.1",
21 "ssb-keys": "^5.0.2",
22 "ssb-markdown": "^3.0.0",
23 "ssb-mentions": "^0.1.0",
24 "ssb-sort": "0.0.0",
25 "suggest-box": "^2.0.0"
26 },
27 "devDependencies": {},
28 "scripts": {
29 "test": "set -e; for t in test/*.js; do node $t; done"
30 },
31 "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",
32 "license": "MIT"
33}
34

Built with git-ssb-web