{
  "name": "peer-base",
  "version": "0.11.1",
  "description": "Peer-Star App support for real-time collaborative DApps built on top of IPFS",
  "main": "src/index.js",
  "scripts": {
    "test": "npm run lint && npm run test:browser",
    "test:node": "aegir test -t node",
    "test:browser": "aegir test -t browser",
    "test:webworker": "aegir test -t webworker",
    "test:post-deploy": "node test/deployed-pinner-test.js",
    "lint": "aegir lint",
    "test:perf": "mocha test/performance/all.js",
    "pinner": "node bin/pinner",
    "sim:watch": "watchify -v --debug sim/javascripts -o sim/sim.js"
  },
  "bin": {
    "pinner": "bin/pinner"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/peer-base/peer-base.git"
  },
  "keywords": [
    "ipfs",
    "app",
    "dapp",
    "collaborative",
    "crdt"
  ],
  "author": "IPFS Shipyard",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/peer-base/peer-base/issues"
  },
  "homepage": "https://github.com/peer-base/peer-base#readme",
  "dependencies": {
    "asino": "~0.3.3",
    "big-integer": "^1.6.36",
    "browser-process-hrtime": "^1.0.0",
    "datastore-core": "~0.6.0",
    "datastore-level": "~0.10.0",
    "debug": "^4.1.0",
    "delay": "^4.1.0",
    "delta-crdts": "~0.8.1",
    "delta-crdts-msgpack-codec": "~0.2.0",
    "frequency-counter": "^1.0.1",
    "interface-datastore": "~0.6.0",
    "ipfs": "0.33.1",
    "ipfs-api": "^26.1.2",
    "leftpad": "0.0.1",
    "libp2p": "~0.24.1",
    "libp2p-bootstrap": "~0.9.3",
    "libp2p-crypto": "~0.14.0",
    "libp2p-mplex": "~0.8.0",
    "libp2p-secio": "~0.10.0",
    "libp2p-websocket-star": "~0.10.0",
    "libp2p-websockets": "~0.12.0",
    "lodash": "^4.17.10",
    "memdown": "^3.0.0",
    "msgpack-lite": "~0.1.26",
    "multiaddr": "^6.0.0",
    "multihashing": "~0.3.2",
    "p-queue": "^3.0.0",
    "peer-id": "~0.12.0",
    "peer-info": "~0.15.0",
    "prom-client": "^11.2.0",
    "pull-pushable": "^2.2.0",
    "pull-stream": "^3.6.8",
    "radix-64": "^1.0.4",
    "vectorclock": "0.0.0"
  },
  "devDependencies": {
    "aegir": "^17.1.1",
    "babel-eslint": "^10.0.1",
    "bs58": "^4.0.1",
    "chai": "^4.1.2",
    "d3": "^5.7.0",
    "dirty-chai": "^2.0.1",
    "execa": "^1.0.0",
    "hat": "0.0.3",
    "ipfs-repo": "~0.26.0",
    "libp2p-websocket-star-rendezvous": "~0.3.0",
    "lodash.uniq": "^4.5.0",
    "p-event": "^2.1.0",
    "pull-pair": "^1.1.0",
    "rimraf": "^2.6.2",
    "sinon": "^7.1.0",
    "watchify": "^3.11.0"
  },
  "browser": {
    "./test/utils/repo.js": "./test/utils/repo-browser.js"
  },
  "pre-push": [
    "lint",
    "test"
  ]
}
