mediaproxy-webrtc
Version:
WebRTC interface for node-mediaproxy
31 lines (30 loc) • 749 B
JSON
{
"name": "mediaproxy-webrtc",
"version": "0.1.0",
"description": "WebRTC interface for node-mediaproxy",
"main": "index.js",
"scripts": {
"prepublish": "coffee -m -c index.coffee.md",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/shimaore/node-mediaproxy-webrtc.git"
},
"author": "Stéphane Alnet <stephane@shimaore.net> (http://shimaore.net/)",
"license": "unlicense",
"keywords": [
"mediaproxy",
"RTP",
"WebRTC"
],
"devDependencies": {
"coffee-script": "~1.6.3"
},
"dependencies": {
"sdp": "~0.3.1",
"rtc-peer-connection": "~0.1.1",
"rtc-session-description": "0.0.1",
"superagent": "~0.15.7"
}
}