git ssb

2+

ev / minsbot



Tree: b8ff6fb46136a9a34fe3c3c6dd957cd1eb36a267

Files: b8ff6fb46136a9a34fe3c3c6dd957cd1eb36a267 / package.json

2115 bytesRaw
1{
2 "name": "minsbot",
3 "description": "simple fork of scuttlebot",
4 "version": "1.0.0",
5 "repository": {
6 "type": "git",
7 "url": "ssb://"
8 },
9 "bin": {
10 "sbot": "./bin.js",
11 "scuttlebot": "./bin.js"
12 },
13 "scripts": {
14 "start": "node bin server",
15 "prepublishOnly": "npm ls && npm test",
16 "test": "set -e; for t in test/*.js; do node $t; done"
17 },
18 "dependencies": {
19 "atomic-file": "0.0.1",
20 "bash-color": "0.0.4",
21 "broadcast-stream": "0.2.2",
22 "cont": "1.0.3",
23 "cross-spawn": "5.1.0",
24 "decent-ws": "1.0.4",
25 "deep-equal": "1.0.1",
26 "emoji-server": "1.0.0",
27 "explain-error": "1.0.4",
28 "has-network": "0.0.1",
29 "ip": "0.3.3",
30 "mdmanifest": "1.0.8",
31 "minimist": "1.2.0",
32 "mkdirp": "0.5.1",
33 "multiblob": "1.13.0",
34 "multiblob-http": "0.4.2",
35 "multicb": "1.2.2",
36 "multiserver": "1.12.0",
37 "muxrpc": "6.4.0",
38 "muxrpc-validation": "2.0.1",
39 "muxrpcli": "1.1.0",
40 "mv": "2.1.1",
41 "non-private-ip": "1.4.4",
42 "observ-debounce": "1.1.1",
43 "obv": "0.0.1",
44 "on-change-network": "0.0.2",
45 "on-wakeup": "1.0.1",
46 "osenv": "0.1.5",
47 "pull-abortable": "4.1.1",
48 "pull-cat": "1.1.11",
49 "pull-file": "1.1.0",
50 "pull-flatmap": "0.0.1",
51 "pull-inactivity": "2.1.2",
52 "pull-level": "2.0.4",
53 "pull-many": "1.0.8",
54 "pull-next": "1.0.1",
55 "pull-notify": "0.1.1",
56 "pull-paramap": "1.2.2",
57 "pull-ping": "2.0.2",
58 "pull-pushable": "2.2.0",
59 "pull-stream": "3.6.8",
60 "pull-stream-to-stream": "1.3.4",
61 "pull-stringify": "1.2.2",
62 "rimraf": "2.6.2",
63 "secret-stack": "4.1.0",
64 "secure-scuttlebutt": "18.0.7",
65 "ssb-backlinks": "^0.7.3",
66 "ssb-blobs": "1.1.5",
67 "ssb-client": "4.5.7",
68 "ssb-config": "2.2.0",
69 "ssb-ebt": "5.2.0",
70 "ssb-friends": "2.4.0",
71 "ssb-keys": "7.0.16",
72 "ssb-links": "3.0.3",
73 "ssb-msgs": "5.2.0",
74 "ssb-ref": "2.11.1",
75 "ssb-search": "^1.1.2",
76 "stack": "^0.1.0",
77 "statistics": "3.3.0",
78 "stream-to-pull-stream": "1.7.2",
79 "tape": "^4.9.2",
80 "zerr": "1.0.4"
81 },
82 "license": "MIT"
83}
84

Built with git-ssb-web