{
  "name": "@corwin.amber/webrtc-swarm",
  "version": "2.10.1",
  "description": "Create a swarm of p2p connections using webrtc and a signalhub",
  "main": "index.js",
  "scripts": {
    "test": "standard && tape test.js"
  },
  "dependencies": {
    "cuid": "^2.1.8",
    "debug": "^4.3.1",
    "inherits": "^2.0.4",
    "once": "^1.4.0",
    "simple-peer": "^9.9.3",
    "through2": "^2.0.5"
  },
  "devDependencies": {
    "signalhub": "^4.7.1",
    "standard": "^16.0.3",
    "tape": "^4.6.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mafintosh/webrtc-swarm.git"
  },
  "author": "Mathias Buus (@mafintosh)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mafintosh/webrtc-swarm/issues"
  },
  "homepage": "https://github.com/mafintosh/webrtc-swarm"
}
