Browse Source

update package.json

kevin.song 6 years ago
parent
commit
e9ec613240
1 changed files with 11 additions and 1 deletions
  1. 11 1
      package.json

+ 11 - 1
package.json

@@ -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"
 }