-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.03 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
{
"name": "cable-client",
"version": "0.1.1",
"description": "client api for building chat clients ontop of the cable protocol",
"main": "cable-client.js",
"dependencies": {
"b4a": "1.6.4",
"cable-core": "^0.2.1",
"cable.js": "^0.2.1",
"debug": "4.3.4",
"dgram-broadcast": "^1.0.0",
"hypercore-crypto": "2.1.1",
"hyperswarm": "2.13.0",
"length-prefixed-stream": "2.0.0",
"level": "8.0.0",
"memory-level": "1.0.0",
"mkdirp": "^3.0.1",
"monotonic-timestamp": "0.0.9",
"random-access-file": "4.0.7",
"varint": "6.0.0",
"xdg-portable": "10.6.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cblgh/cable-client-exploration.git"
},
"author": "cabal-club",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/cblgh/cable-client-exploration/issues"
},
"homepage": "https://github.com/cblgh/cable-client-exploration#readme"
}