ortc-adapter
Version:
ORTC to WebRTC Adapter
40 lines (39 loc) • 629 B
JSON
{
"name": "ortc-adapter",
"version": "0.1.7",
"description": "ORTC to WebRTC Adapter",
"license": "BSD",
"repository": {
"type": "git",
"url": "http://github.com/twilio/ortc-adapter.git"
},
"authors": [
"markandrusroberts@gmail.com"
],
"main": "dist/ortc-adapter.min.js",
"keywords": [
"ORTC",
"WebRTC"
],
"moduleType": [
"amd",
"globals",
"node"
],
"ignore": [
"**/.*",
"*.json",
"*.md",
"bower_components",
"css",
"dist/docs",
"index.html",
"js",
"lib",
"Makefile",
"node_modules",
"src",
"test",
"tests"
]
}