{
  "name": "rtc-tools",
  "description": "Cross-browser WebRTC helpers",
  "author": "Damon Oehlman <damon.oehlman@nicta.com.au>",
  "version": "5.6.0",
  "dependencies": {
    "cog": "^1.0.0",
    "mbus": "^2.0.0",
    "rtc-core": "^4.0.0",
    "rtc-taskqueue": "^2.9.0",
    "whisk": "^1.1.0"
  },
  "devDependencies": {
    "attachmediastream": "^1.0.1",
    "broth": "^2.1.1",
    "browserify": "^11.0.0",
    "freeice": "^2.1.1",
    "getusermedia": "^1.1.0",
    "messenger-memory": "^1.2.0",
    "peerpair": "^1.0.0",
    "rtc-signaller": "^6.2.1",
    "rtc-switchboard": "^3.0.0",
    "rtc-switchboard-messenger": "^1.0.0",
    "rtc-tools-test": "^2.1.3",
    "tap-spec": "^4.0.2",
    "travis-multirunner": "^4.3.1",
    "uuid": "^2.0.1"
  },
  "scripts": {
    "hint": "jshint *.js",
    "test": "browserify test/all.js | broth start | tap-spec",
    "gendocs": "gendocs > README.md"
  },
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rtc-io/rtc-tools.git"
  },
  "keywords": [
    "webrtc",
    "rtc.io"
  ],
  "license": "Apache 2.0",
  "bugs": {
    "url": "https://github.com/rtc-io/rtc-tools/issues"
  },
  "testling": {
    "files": "test/all.js",
    "server": "test/server.js"
  }
}
