|
|
@@ -3,6 +3,17 @@
|
|
|
"version": "1.1.0",
|
|
|
"description": "UCloud WebRTC javascript SDK",
|
|
|
"main": "lib/index.js",
|
|
|
+ "repository": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/ucloud/urtc-sdk-web.git"
|
|
|
+ },
|
|
|
+ "bugs": {
|
|
|
+ "url": "https://github.com/ucloud/urtc-sdk-web/issues"
|
|
|
+ },
|
|
|
+ "author": {
|
|
|
+ "name": "urtc",
|
|
|
+ "email": "kevin.song@ucloud.cn"
|
|
|
+ },
|
|
|
"keywords": [
|
|
|
"UCloud",
|
|
|
"URTC",
|
|
|
@@ -14,6 +25,5 @@
|
|
|
"files": [
|
|
|
"lib/index.js"
|
|
|
],
|
|
|
- "author": "urtc",
|
|
|
"homepaage": "https://docs.ucloud.cn/video/urtc/overview"
|
|
|
}
|