Files: c00eb7b5539d007fd4b13257e728664de6831106 / package.json
736 bytesRaw
1 | { |
2 | "name": "ssb-client", |
3 | "version": "1.0.0", |
4 | "description": "scuttlebot client", |
5 | "main": "index.js", |
6 | "scripts": { |
7 | "test": "echo \"Error: no test specified\" && exit 1" |
8 | }, |
9 | "repository": { |
10 | "type": "git", |
11 | "url": "https://github.com/ssbc/ssb-client.git" |
12 | }, |
13 | "dependencies": { |
14 | "muxrpc": "~3.3.1", |
15 | "pull-stream": "~2.26.0", |
16 | "pull-serializer": "~0.3.2", |
17 | "pull-ws-server": "~1.1.2", |
18 | "secure-scuttlebutt": "~9.0.1", |
19 | "ssb-address": "~1.0.0", |
20 | "ssb-keys": "~0.4.1", |
21 | "ssb-manifest": "~1.0.0" |
22 | }, |
23 | "author": "Paul Frazee <pfrazee@gmail.com>", |
24 | "license": "MIT", |
25 | "bugs": { |
26 | "url": "https://github.com/ssbc/ssb-client/issues" |
27 | }, |
28 | "homepage": "https://github.com/ssbc/ssb-client" |
29 | } |
30 |
Built with git-ssb-web