git ssb

2+

Dominic / ssb-client



Tree: 86d0b95326caac6ad1b7fac2ae2a78f07ff53a60

Files: 86d0b95326caac6ad1b7fac2ae2a78f07ff53a60 / package.json

712 bytesRaw
1{
2 "name": "ssb-client",
3 "version": "4.0.3",
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.0.3",
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