Files: 1e900424c4eed54c9b8e8d2ef56c1e490498b3bf / package.json
689 bytesRaw
1 | { |
2 | "name": "ssb-client", |
3 | "version": "2.0.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 | "secret-stack": "^2.1.0", |
16 | "ssb-config": "^1.1.0", |
17 | "ssb-keys": "^4.0.3" |
18 | }, |
19 | "devDependencies": { |
20 | "scuttlebot": "^7.3.4", |
21 | "tape": "^4.2.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