You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
596 B
25 lines
596 B
{
|
|
"name": "webrtc-adapter",
|
|
"description": "A shim to insulate apps from WebRTC spec changes and browser prefix differences",
|
|
"license": "BSD-3-Clause",
|
|
"main": "./release/adapter.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/webrtchacks/adapter.git"
|
|
},
|
|
"authors": [
|
|
"The WebRTC project authors (https://www.webrtc.org/)",
|
|
"The adapter.js project authors (https://github.com/webrtchacks/adapter/)"
|
|
],
|
|
"moduleType": [
|
|
"node"
|
|
],
|
|
"ignore": [
|
|
"test/*"
|
|
],
|
|
"keywords": [
|
|
"WebRTC",
|
|
"RTCPeerConnection",
|
|
"getUserMedia"
|
|
]
|
|
}
|
|
|