-
-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
75 lines (75 loc) · 1.81 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
{
"name": "cabal-core",
"version": "16.0.3",
"description": " p2p db functions for chat ",
"main": "index.js",
"scripts": {
"test": "tape test/*.js",
"docs": "documentation readme index.js --section=API",
"changelog:patch": "hallmark bump patch",
"changelog:minor": "hallmark bump minor",
"changelog:major": "hallmark bump major",
"changelog:fix": "hallmark --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cabal-club/cabal-core.git"
},
"browser": {
"hyperswarm": "hyperswarm-web"
},
"keywords": [
"cabal",
"decentralized",
"swarm",
"chat",
"p2p",
"kappa"
],
"author": [
"cblgh",
"karissa",
"kira",
"substack"
],
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/cabal-club/cabal-core/issues"
},
"homepage": "https://github.com/cabal-club/cabal-core#readme",
"dependencies": {
"charwise": "^3.0.1",
"collect-stream": "^1.2.1",
"debug": "^4.1.1",
"duplexify": "^4.1.1",
"hypercore-crypto": "^2.1.1",
"hyperswarm": "^4.7.3",
"hyperswarm-web": "^2.1.1",
"inherits": "^2.0.4",
"kappa-core": "^7.0.0",
"kappa-view": "^3.1.0",
"kappa-view-level": "^2.0.1",
"level-mem": "^5.0.1",
"materialized-group-auth": "^2.1.0",
"monotonic-timestamp": "0.0.9",
"noise-protocol": "3.0.1",
"once": "^1.4.0",
"private-box": "^0.3.1",
"pump": "^3.0.0",
"read-only-stream": "^2.0.0",
"readable-stream": "^3.4.0",
"sodium-universal": "^3.0.4",
"subleveldown": "^4.1.0",
"through2": "^3.0.1",
"thunky": "^1.0.3",
"xtend": "^4.0.1"
},
"devDependencies": {
"documentation": "^6.3.2",
"hallmark": "^3.1.0",
"pump": "^3.0.0",
"random-access-memory": "^3.0.0",
"standard": "^11.0.1",
"tape": "^4.11.0"
}
}