{
  "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"
}
