Browse Source

add meta info to package.json

afrokick 5 years ago
parent
commit
31ebb0dbc1
1 changed files with 12 additions and 3 deletions
  1. 12 3
      package.json

+ 12 - 3
package.json

@@ -6,16 +6,25 @@
   "bin": {
     "peerjs": "./bin/peerjs"
   },
+  "keywords": [
+    "peerjs",
+    "webrtc",
+    "signaling"
+  ],
   "files": [
     "bin/",
     "dist/",
     "index.d.ts"
   ],
+  "homepage": "https://github.com/peers/peerjs-server#readme",
+  "bugs": {
+    "url": "https://github.com/peers/peerjs-server/issues"
+  },
   "repository": {
     "type": "git",
-    "url": "git://github.com/peers/peerjs-server.git"
+    "url": "git+https://github.com/peers/peerjs-server.git"
   },
-  "author": "Michelle Bu, Eric Zhang",
+  "author": "Michelle Bu, Eric Zhang, Alex Sosnovskiy",
   "license": "MIT",
   "scripts": {
     "preversion": "npm run clean && npm run build",
@@ -64,4 +73,4 @@
   "engines": {
     "node": ">=10"
   }
-}
+}