git ssb

2+

Dominic / ssb-client



Tree: 7cdf64c3fb60317000a846eaf43fc6097b3e8187

Files: 7cdf64c3fb60317000a846eaf43fc6097b3e8187 / package.json

712 bytesRaw
1{
2 "name": "ssb-client",
3 "version": "4.3.0",
4 "description": "scuttlebot client",
5 "main": "index.js",
6 "scripts": {
7 "test": "set -e; for t in test/*.js; do node $t; done"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/ssbc/ssb-client.git"
12 },
13 "dependencies": {
14 "explain-error": "^1.0.1",
15 "multiserver": "^1.7.0",
16 "muxrpc": "^6.3.3",
17 "ssb-config": "^2.0.0",
18 "ssb-keys": "^6.0.0"
19 },
20 "devDependencies": {
21 "scuttlebot": "^7.3.4",
22 "tape": "^4.2.0"
23 },
24 "author": "Paul Frazee <pfrazee@gmail.com>",
25 "license": "MIT",
26 "bugs": {
27 "url": "https://github.com/ssbc/ssb-client/issues"
28 },
29 "homepage": "https://github.com/ssbc/ssb-client"
30}
31

Built with git-ssb-web