rtc-quickconnect
Version:
Create a WebRTC connection in record time
68 lines (67 loc) • 1.79 kB
JSON
{
"name": "rtc-quickconnect",
"version": "8.0.0",
"description": "Create a WebRTC connection in record time",
"main": "index.js",
"scripts": {
"test": "browserify --ignore-missing test/all.js | broth start | tap-spec",
"gendocs": "gendocs > README.md"
},
"repository": {
"type": "git",
"url": "https://github.com/rtc-io/rtc-quickconnect.git"
},
"keywords": [
"rtc.io",
"webrtc"
],
"author": "Damon Oehlman <damon.oehlman@nicta.com.au>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/rtc-io/rtc-quickconnect/issues"
},
"dependencies": {
"cog": "^1.1.0",
"compare-versions": "^3.4.0",
"mbus": "^2.0.0",
"rtc-attach": "^2.1.0",
"rtc-capture": "^1.0.2",
"rtc-core": "^4.0.0",
"rtc-pluggable-signaller": "^2.1.0",
"rtc-tools": "^5.5.0",
"rtc-validator": "~1.2.3"
},
"devDependencies": {
"async": "^0.9",
"attachmediastream": "^1.0.1",
"broth": "^2.3.0",
"browserify": "^16.2.2",
"bufferutil": "4.0.5",
"crel": "^2.1.5",
"fdom": "^1.2.0",
"freeice": "^2.1.1",
"gendocs": "2.0.1",
"getusermedia": "^1.1.0",
"grunt": "^1.0.3",
"grunt-browserify": "^6.0.0",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "^1.1.0",
"hosted-git-info": "2.8.9",
"rtc-bufferedchannel": "^0.5.0",
"rtc-captureconfig": "^2.1.0",
"rtc-filter-grayscale": "~0.1.0",
"rtc-media": "^1",
"rtc-plugin-temasys": "^1.1.1",
"rtc-quickconnect-test": "^2.3.2",
"rtc-switchboard": "^3.2.0",
"rtc-videoproc": "^0.11.0",
"tap-spec": "^5.0.0",
"tape": "^4.9.1",
"travis-multirunner": "^4.5.0",
"uuid": "^2.0.1",
"whisk": "^1.0.0"
},
"optionalDependencies": {
"utf-8-validate": "5.0.1"
}
}