rtc-sdp
Version:
rtc.io utility module for patching (munging) SDP
33 lines • 727 B
JSON
{
"name": "rtc-sdp",
"version": "1.3.1",
"description": "rtc.io utility module for patching (munging) SDP",
"main": "index.js",
"scripts": {
"test": "node test/all.js",
"gendocs": "gendocs > README.md"
},
"repository": {
"type": "git",
"url": "https://github.com/rtc-io/rtc-sdp.git"
},
"keywords": [
"webrtc",
"rtc.io",
"sdp",
"munge"
],
"author": "Damon Oehlman <damon.oehlman@nicta.com.au>",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/rtc-io/rtc-sdp/issues"
},
"homepage": "https://github.com/rtc-io/rtc-sdp",
"devDependencies": {
"rtc-quickconnect": "^4.1.0",
"tape": "^3.0.3"
},
"dependencies": {
"whisk": "^1.0.0"
}
}