Files: d1cec64cc29c4dca784cf7c8cdf897f9b4f724d8 / package.json
2037 bytesRaw
1 | { |
2 | "name": "scuttlebot", |
3 | "description": "network protocol layer for secure-scuttlebutt", |
4 | "version": "13.1.0", |
5 | "homepage": "https://github.com/ssbc/scuttlebot", |
6 | "repository": { |
7 | "type": "git", |
8 | "url": "git://github.com/ssbc/scuttlebot.git" |
9 | }, |
10 | "dependencies": { |
11 | "atomic-file": "^1.1.5", |
12 | "bash-color": "~0.0.3", |
13 | "broadcast-stream": "^0.2.1", |
14 | "cont": "~1.0.3", |
15 | "cross-spawn": "^6.0.5", |
16 | "deep-equal": "^1.0.1", |
17 | "explain-error": "^1.0.3", |
18 | "has-network": "0.0.1", |
19 | "ip": "^1.1.5", |
20 | "mdmanifest": "^1.0.4", |
21 | "minimist": "^1.1.3", |
22 | "mkdirp": "~0.5.0", |
23 | "multiblob": "^1.13.0", |
24 | "multiserver": "^3.0.2", |
25 | "multiserver-address": "^1.0.1", |
26 | "muxrpc-validation": "^2.0.0", |
27 | "muxrpcli": "^1.0.0", |
28 | "mv": "^2.1.1", |
29 | "observ-debounce": "^1.1.1", |
30 | "obv": "0.0.1", |
31 | "on-change-network": "0.0.2", |
32 | "on-wakeup": "^1.0.0", |
33 | "osenv": "^0.1.5", |
34 | "pull-cat": "~1.1.5", |
35 | "pull-file": "^1.0.0", |
36 | "pull-many": "~1.0.6", |
37 | "pull-next": "^1.0.0", |
38 | "pull-notify": "0.1.1", |
39 | "pull-paramap": "~1.2.1", |
40 | "pull-ping": "^2.0.2", |
41 | "pull-pushable": "^2.2.0", |
42 | "pull-stream": "^3.6.2", |
43 | "pull-stringify": "^2.0.0", |
44 | "rimraf": "^2.4.2", |
45 | "secret-stack": "^5.0.0", |
46 | "ssb-blobs": "^1.1.4", |
47 | "ssb-client": "^4.5.7", |
48 | "ssb-config": "^2.3.7", |
49 | "ssb-db": "^18.6.1", |
50 | "ssb-ebt": "^5.1.4", |
51 | "ssb-friends": "^3.1.3", |
52 | "ssb-keys": "^7.1.1", |
53 | "ssb-links": "^3.0.2", |
54 | "ssb-query": "^2.1.0", |
55 | "ssb-ref": "^2.13.3", |
56 | "ssb-ws": "^5.1.1", |
57 | "statistics": "^3.0.0", |
58 | "stream-to-pull-stream": "^1.6.10", |
59 | "zerr": "^1.0.0" |
60 | }, |
61 | "devDependencies": { |
62 | "cat-names": "^2.0.0", |
63 | "dog-names": "~1.0.2", |
64 | "tape": "^4.9.1" |
65 | }, |
66 | "bin": { |
67 | "sbot": "./bin.js", |
68 | "scuttlebot": "./bin.js" |
69 | }, |
70 | "scripts": { |
71 | "start": "node bin server", |
72 | "prepublishOnly": "npm ls && npm test", |
73 | "test": "set -e; for t in test/*.js; do node $t; done" |
74 | }, |
75 | "author": "Paul Frazee <pfrazee@gmail.com>", |
76 | "license": "MIT" |
77 | } |
78 |
Built with git-ssb-web