We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a9774b commit 0302a66Copy full SHA for 0302a66
1 file changed
package.json
@@ -14,14 +14,21 @@
14
},
15
"repository": {
16
"type": "git",
17
- "url": "git+https://github.com/Bandwidth/brtc-node-sdk.git"
+ "url": "https://github.com/Bandwidth/javascript-brtc-sdk"
18
19
- "author": "edge-services@bandwidth.com",
+ "author": "bandwidth",
20
"license": "MIT",
21
"bugs": {
22
- "url": "https://github.com/Bandwidth/brtc-node-sdk/issues"
+ "url": "https://github.com/Bandwidth/javascript-brtc-sdk/issues"
23
24
- "homepage": "https://github.com/Bandwidth/brtc-node-sdk#readme",
+ "homepage": "https://github.com/Bandwidth/javascript-brtc-sdk",
25
+ "keywords": [
26
+ "bandwidth",
27
+ "programmable voice",
28
+ "pv",
29
+ "webrtc",
30
+ "brtc"
31
+ ],
32
"devDependencies": {
33
"@babel/core": "^7.28.4",
34
"@babel/plugin-proposal-class-properties": "^7.8.3",
0 commit comments