UNPKG

rtc-signaller

Version:

rtc.io transportless signalling for WebRTC

52 lines 1.37 kB
{ "name": "rtc-signaller", "version": "6.3.0", "description": "rtc.io transportless signalling for WebRTC", "directories": { "test": "test" }, "dependencies": { "cog": "^1", "cuid": "^1.2.4", "formatter": "^0.4.1", "mbus": "^2.0.0", "pull-pushable": "^1.1.4", "pull-stream": "^2.26.0", "rtc-core": "^4.0.0", "rtc-signal": "^1.2.0" }, "devDependencies": { "async": "~0.9", "broth": "^2.0.0", "browserify": "^9.0.3", "fdom": "^1.2.0", "messenger-memory": "^2.0.0", "rtc-signaller-testrun": "^1.2.2", "rtc-switchboard": "^3.0.0", "rtc-switchboard-messenger": "^2.0.3", "tap-spec": "^3.0.0", "tape": "^4.0.0", "travis-multirunner": "^3.0.0", "whisk": "^1.0.0" }, "scripts": { "test": "node test/all-node.js && npm run test-browser", "test-browser": "browserify test/all-browser.js | broth ./node_modules/travis-multirunner/start.sh | tap-spec", "gendocs": "gendocs > README.md", "hint": "jshint index.js handlers/*.js" }, "repository": { "type": "git", "url": "https://github.com/rtc-io/rtc-signaller.git" }, "keywords": [ "rtc.io", "webrtc", "signalling" ], "author": "Damon Oehlman <damon.oehlman@nicta.com.au>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/rtc-io/rtc-signaller/issues" } }