git ssb

0+

dangerousbeans / scuttlebutt



forked from Dominic / scuttlebot

Tree: 5120fb995f9d0061ffef636327fcf3897db1aaad

Files: 5120fb995f9d0061ffef636327fcf3897db1aaad / package.json

2249 bytesRaw
1{
2 "name": "scuttlebot",
3 "description": "A bot-server for the phoenix network",
4 "version": "8.7.0",
5 "homepage": "https://github.com/pfraze/scuttlebot",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/pfraze/scuttlebot.git"
9 },
10 "dependencies": {
11 "bash-color": "~0.0.3",
12 "broadcast-stream": "~0.0.0",
13 "cont": "~1.0.3",
14 "explain-error": "~1.0.1",
15 "graphmitter": "^1.6.3",
16 "ip": "^0.3.3",
17 "level-memview": "~0.0.0",
18 "map-merge": "~1.1.0",
19 "mdmanifest": "^1.0.4",
20 "minimist": "^1.1.3",
21 "mkdirp": "~0.5.0",
22 "multiblob": "^1.10.1",
23 "multicb": "^1.0.0",
24 "muxrpc": "^6.1.1",
25 "muxrpc-validation": "^2.0.0",
26 "muxrpcli": "^1.0.0",
27 "mv": "^2.1.1",
28 "mynosql-query": "~1.0.0",
29 "nomnom": "1.8.0",
30 "non-private-ip": "~1.1.0",
31 "observ": "~0.2.0",
32 "observ-debounce": "^1.1.1",
33 "on-change-network": "0.0.1",
34 "on-wakeup": "^1.0.0",
35 "osenv": "~0.1.0",
36 "pull-abortable": "~4.0.0",
37 "pull-cat": "~1.1.5",
38 "pull-file": "^0.5.0",
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": "^1.0.1",
45 "pull-pushable": "^2.0.0",
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": "^2.5.0",
51 "secure-scuttlebutt": "^15.4.1",
52 "ssb-blobs": "^0.1.6",
53 "ssb-client": "^4.0.2",
54 "ssb-config": "^2.0.0",
55 "ssb-feed": "^2.2.0",
56 "ssb-keys": "^5.1.2",
57 "ssb-msgs": "~5.0.0",
58 "ssb-ref": "^2.3.2",
59 "statistics": "^2.0.1",
60 "stream-to-pull-stream": "^1.6.10",
61 "zerr": "^1.0.0"
62 },
63 "devDependencies": {
64 "cat-names": "~1.0.2",
65 "deep-equal": "~1.0.0",
66 "dog-names": "~1.0.2",
67 "level-sublevel": "~6.3.15",
68 "level-test": "^2.0.1",
69 "noderify": "~1.0.0",
70 "ssb-msg-schemas": "~3.2.0",
71 "ssb-ws": "^0.3.1",
72 "tape": "~4.0.0"
73 },
74 "bin": {
75 "sbot": "./sbot.js"
76 },
77 "scripts": {
78 "prepublish": "npm ls && npm test && noderify bin.js > sbot.js",
79 "test": "set -e; for t in test/*.js; do node $t; done"
80 },
81 "author": "Paul Frazee <pfrazee@gmail.com>",
82 "license": "MIT"
83}
84

Built with git-ssb-web