git ssb

4+

Dominic / scuttlebot



Tree: 483100052a6cca6309037475e220f6272a8ef11b

Files: 483100052a6cca6309037475e220f6272a8ef11b / package.json

2326 bytesRaw
1{
2 "name": "scuttlebot",
3 "description": "A bot-server for the phoenix network",
4 "version": "9.2.4",
5 "homepage": "https://github.com/pfraze/scuttlebot",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/pfraze/scuttlebot.git"
9 },
10 "dependencies": {
11 "atomic-file": "0.0.1",
12 "bash-color": "~0.0.3",
13 "broadcast-stream": "~0.0.0",
14 "cont": "~1.0.3",
15 "deep-equal": "^1.0.1",
16 "explain-error": "~1.0.1",
17 "flumeview-reduce": "^1.0.2",
18 "graphreduce": "^3.0.0",
19 "has-network": "0.0.0",
20 "ip": "^0.3.3",
21 "level-memview": "~0.0.0",
22 "mdmanifest": "^1.0.4",
23 "minimist": "^1.1.3",
24 "mkdirp": "~0.5.0",
25 "multiblob": "^1.10.1",
26 "multicb": "^1.0.0",
27 "muxrpc": "^6.1.1",
28 "muxrpc-validation": "^2.0.0",
29 "muxrpcli": "^1.0.0",
30 "mv": "^2.1.1",
31 "non-private-ip": "~1.1.0",
32 "observ-debounce": "^1.1.1",
33 "on-change-network": "0.0.2",
34 "on-wakeup": "^1.0.0",
35 "pull-abortable": "~4.0.0",
36 "pull-cat": "~1.1.5",
37 "pull-file": "^0.5.0",
38 "pull-flatmap": "0.0.1",
39 "pull-inactivity": "~2.1.1",
40 "pull-level": "^2.0.2",
41 "pull-many": "~1.0.6",
42 "pull-notify": "0.0.0",
43 "pull-paramap": "~1.1.1",
44 "pull-ping": "^2.0.2",
45 "pull-pushable": "^2.0.1",
46 "pull-stream": "^3.0.0",
47 "pull-stream-to-stream": "~1.3.0",
48 "pull-stringify": "~1.2.2",
49 "rimraf": "^2.4.2",
50 "secret-stack": "^3.1.0",
51 "secure-scuttlebutt": "^16.0.0-flume",
52 "ssb-blobs": "^0.1.6",
53 "ssb-client": "^4.0.2",
54 "ssb-config": "^2.0.0",
55 "ssb-keys": "^7.0.0",
56 "ssb-links": "^3.0.0",
57 "ssb-msgs": "~5.0.0",
58 "ssb-query": "^1.0.0",
59 "ssb-ref": "^2.6.2",
60 "ssb-ws": "^0.3.3",
61 "statistics": "^3.0.0",
62 "stream-to-pull-stream": "^1.6.10",
63 "zerr": "^1.0.0"
64 },
65 "devDependencies": {
66 "cat-names": "~1.0.2",
67 "deep-equal": "~1.0.0",
68 "dog-names": "~1.0.2",
69 "level-sublevel": "~6.3.15",
70 "level-test": "^2.0.1",
71 "noderify": "~1.0.0",
72 "ssb-msg-schemas": "~3.2.0",
73 "ssb-ws": "^0.3.1",
74 "tape": "~4.0.0"
75 },
76 "bin": {
77 "sbot": "./sbot.js"
78 },
79 "scripts": {
80 "prepublish": "npm ls && npm test && noderify bin.js > sbot.js",
81 "test": "set -e; for t in test/*.js; do node $t; done"
82 },
83 "author": "Paul Frazee <pfrazee@gmail.com>",
84 "license": "MIT"
85}
86

Built with git-ssb-web