nomedia-webrtc
Version:
WebRTC interface that provides fake media
30 lines (29 loc) • 721 B
JSON
{
"name": "nomedia-webrtc",
"version": "0.1.7",
"description": "WebRTC interface that provides fake media",
"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-nomedia-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": {
"rtc-peer-connection": "~0.1.16",
"rtc-session-description": "0.0.1",
"uuid": "~1.4.1"
}
}