{
  "name": "rtc-sip",
  "version": "1.1.0",
  "description": "Compatibility layer for working with SIP (custom media handling for SIP.js)",
  "main": "index.js",
  "stability": "experimental",
  "scripts": {
    "gendocs": "gendocs > README.md",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rtc-io/rtc-sip.git"
  },
  "keywords": [
    "rtc.io",
    "webrtc",
    "sip"
  ],
  "author": "Damon Oehlman <damon.oehlman@nicta.com.au>",
  "license": "Apache 2.0",
  "bugs": {
    "url": "https://github.com/rtc-io/rtc-sip/issues"
  },
  "homepage": "https://github.com/rtc-io/rtc-sip",
  "dependencies": {
    "cog": "^1.0.0",
    "eventemitter3": "^1.1.1",
    "inherits": "^2.0.1",
    "observ-ice": "^1.0.0",
    "rtc-capture": "^1.0.2",
    "rtc-core": "^4.0.0",
    "rtc-taskqueue": "^2.4.0",
    "whisk": "^1.3.0"
  },
  "devDependencies": {
    "crel": "^2.1.5",
    "rtc-capture": "^1.0.2",
    "rtc-plugin-nicta-ios": "^1.5.1",
    "sip.js": "^0.7.0"
  }
}