git ssb

16+

Dominic / patchbay



Tree: 0131ecbd3cc024a9049c5dab91ce05c70613dcd5

Files: 0131ecbd3cc024a9049c5dab91ce05c70613dcd5 / package.json

762 bytesRaw
1{
2 "name": "ssb-patchboard",
3 "description": "a pluggable patchwork",
4 "version": "0.0.1",
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 "depject": "0.0.2",
12 "hyperscript": "^1.4.7",
13 "hypertabs": "^0.1.0",
14 "moment": "^2.13.0",
15 "pull-cat": "^1.1.9",
16 "pull-paramap": "^1.1.6",
17 "pull-sort": "^1.0.0",
18 "pull-stream": "^3.3.2",
19 "ssb-client": "^3.0.1",
20 "ssb-markdown": "^3.0.0"
21 },
22 "devDependencies": {},
23 "scripts": {
24 "test": "set -e; for t in test/*.js; do node $t; done"
25 },
26 "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",
27 "license": "MIT"
28}
29

Built with git-ssb-web