{
  "name": "rtc-core",
  "description": "Core definitions and functions for the rtc.io suite",
  "version": "4.3.0",
  "dependencies": {
    "detect-browser": "^4.6.0"
  },
  "devDependencies": {
    "broth": "^2.1.1",
    "browserify": "^11.0.0",
    "freeice": "^2.1.0",
    "peerpair": "^1.0.0",
    "tap-spec": "^4.0.2",
    "tape": "^2",
    "travis-multirunner": "^4.5.0"
  },
  "scripts": {
    "gendocs": "gendocs > README.md",
    "test": "browserify test/all.js | broth start | tap-spec"
  },
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rtc-io/rtc-core.git"
  },
  "keywords": [
    "webrtc"
  ],
  "license": "Apache 2.0",
  "bugs": {
    "url": "https://github.com/rtc-io/rtc-core/issues"
  },
  "homepage": "https://github.com/rtc-io/rtc-core",
  "testling": {
    "files": "test/all.js"
  }
}
