forked from ssbc/ssb-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2.42 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "scuttlebot",
"description": "network protocol layer for secure-scuttlebutt",
"version": "10.5.2",
"homepage": "https://github.com/ssbc/scuttlebot",
"repository": {
"type": "git",
"url": "git://github.com/ssbc/scuttlebot.git"
},
"dependencies": {
"atomic-file": "0.0.1",
"bash-color": "~0.0.3",
"broadcast-stream": "^0.2.1",
"cont": "~1.0.3",
"cross-spawn": "^5.1.0",
"deep-equal": "^1.0.1",
"explain-error": "^1.0.3",
"flumedb": "^0.4.2",
"flumelog-offset": "^3.2.6",
"flumeview-reduce": "^1.3.8",
"graphreduce": "^3.0.2",
"has-network": "0.0.1",
"ip": "^0.3.3",
"level-memview": "~0.0.0",
"mdmanifest": "^1.0.4",
"minimist": "^1.1.3",
"mkdirp": "~0.5.0",
"multiblob": "^1.10.1",
"multicb": "^1.0.0",
"muxrpc-validation": "^2.0.0",
"muxrpcli": "^1.0.0",
"mv": "^2.1.1",
"non-private-ip": "~1.1.0",
"observ-debounce": "^1.1.1",
"obv": "0.0.1",
"on-change-network": "0.0.2",
"on-wakeup": "^1.0.0",
"osenv": "^0.1.3",
"pull-abortable": "~4.1.0",
"pull-cat": "~1.1.5",
"pull-file": "^1.0.0",
"pull-flatmap": "0.0.1",
"pull-inactivity": "~2.1.1",
"pull-level": "^2.0.2",
"pull-many": "~1.0.6",
"pull-next": "^1.0.0",
"pull-notify": "0.1.1",
"pull-paramap": "~1.2.1",
"pull-ping": "^2.0.2",
"pull-pushable": "^2.0.1",
"pull-stream": "^3.6.0",
"pull-stream-to-stream": "~1.3.0",
"pull-stringify": "~1.2.2",
"rimraf": "^2.4.2",
"secret-stack": "^4.1.0",
"secure-scuttlebutt": "^17.0.0",
"sodium-native": "^2.0.0",
"ssb-blobs": "^1.1.4",
"ssb-client": "^4.5.7",
"ssb-config": "^2.0.0",
"ssb-friends": "^2.3.2",
"ssb-keys": "^7.0.13",
"ssb-links": "^3.0.0",
"ssb-msgs": "~5.2.0",
"ssb-query": "^1.0.0",
"ssb-ref": "^2.9.1",
"ssb-ws": "^1.0.3",
"statistics": "^3.0.0",
"stream-to-pull-stream": "^1.6.10",
"zerr": "^1.0.0"
},
"devDependencies": {
"cat-names": "~1.0.2",
"dog-names": "~1.0.2",
"level-sublevel": "~6.3.15",
"level-test": "^2.0.1",
"ssb-msg-schemas": "~3.2.0",
"tape": "~4.0.0"
},
"bin": {
"sbot": "./bin.js",
"scuttlebot": "./bin.js"
},
"scripts": {
"start": "node bin server",
"prepublishOnly": "npm ls && npm test",
"test": "set -e; for t in test/*.js; do node $t; done"
},
"author": "Paul Frazee <pfrazee@gmail.com>",
"license": "MIT"
}