{
  "name": "peerjs",
  "version": "0.3.20",
  "description": "PeerJS client",
  "main": "./dist/peer.min.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/peers/peerjs.git"
  },
  "author": "Michelle Bu, Eric Zhang, Jairo Caro-Accino, Carlos Caballero",
  "license": "MIT",
  "scripts": {
    "prepublish": "./node_modules/.bin/grunt",
    "selenium:install": "selenium-standalone install",
    "selenium:start:bg": "selenium-standalone start &",
    "postinstall": "opencollective-postinstall",
    "test": "cd test && codeceptjs run",
    "release": "standard-version"
  },
  "husky": {
    "hooks": {
    }
  },
  "release": {
    "branch": "master"
  },
  "devDependencies": {
    "codeceptjs": "^1.4.2",
    "expect.js": "*",
    "grunt": "^1.0.3",
    "grunt-browserify": "^5.3.0",
    "grunt-cli": "^1.3.1",
    "grunt-contrib-concat": "^0.5.0",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-uglify": "^4.0.0",
    "grunt-ts": "^6.0.0-beta.21",
    "mocha": "*",
    "selenium-standalone": "^6.15.3",
    "typescript": "^3.1.3",
    "@commitlint/cli": "^7.2.1",
    "@commitlint/config-angular": "^7.1.2",
    "@commitlint/config-conventional": "^7.1.2",
    "commitlint": "^7.2.1",
    "husky": "^1.1.2",
    "standard-version": "^4.4.0"
  },
  "dependencies": {
    "@types/node": "^10.12.0",
    "eventemitter3": "^0.1.5",
    "express": "^4.16.3",
    "js-binarypack": "0.0.9",
    "opencollective": "^1.0.3",
    "opencollective-postinstall": "^2.0.0",
    "reliable": "git+https://github.com/michelle/reliable.git",
    "webrtc-adapter": "^6.3.2"
  },
  "collective": {
    "type": "opencollective",
    "url": "https://opencollective.com/peer"
  }
}
