Files: e36c17319f691d90c34fade06cc2dda223f17485 / package.json
674 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-serializer": "~0.3.2", |
16 | "secure-scuttlebutt": "~9.0.1", |
17 | "ssb-channel": "~1.0.2", |
18 | "ssb-keys": "~0.4.1", |
19 | "ssb-manifest": "~1.0.0" |
20 | }, |
21 | "author": "Paul Frazee <pfrazee@gmail.com>", |
22 | "license": "MIT", |
23 | "bugs": { |
24 | "url": "https://github.com/ssbc/ssb-client/issues" |
25 | }, |
26 | "homepage": "https://github.com/ssbc/ssb-client" |
27 | } |
28 |
Built with git-ssb-web