{
  "name": "janus-videoroom-client",
  "version": "4.2.1",
  "main": "src/janus.js",
  "scripts": {
    "test": "mocha -b --exit -R spec --full-trace test/*-spec.js"
  },
  "author": "Hans-Peter Herzog <hherzog@sipwise.com>",
  "license": "GPL-3.0",
  "description": "",
  "keywords": [
    "janus"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/sipwise/janus-client.git"
  },
  "dependencies": {
    "chai": "4.2.0",
    "debug-logger": "0.4.1",
    "isomorphic-ws": "4.0.1",
    "lodash": "4.17.20",
    "uuid": "3.3.2",
    "validator": "11.1.0",
    "ws": "7.1.1"
  },
  "devDependencies": {
    "mocha": "8.2.1"
  }
}
