From 155adb4a5f5986e64a1401694236c8e624fab66d Mon Sep 17 00:00:00 2001
From: Marshall Quander <marshall@quander.me>
Date: Fri, 20 Jul 2018 15:31:42 -0700
Subject: [PATCH] Add a little extra metadata into package.json

---
 package.json | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/package.json b/package.json
index efd7e143d..3af88032a 100644
--- a/package.json
+++ b/package.json
@@ -1,12 +1,17 @@
 {
   "name": "hubs",
   "version": "0.0.1",
+  "description": "Duck-themed multi-user virtual spaces in WebVR.",
   "main": "src/index.js",
   "license": "MPL-2.0",
+  "homepage": "https://github.com/mozilla/hubs#readme",
   "repository": {
     "type": "git",
     "url": "https://github.com/mozilla/hubs.git"
   },
+  "bugs": {
+    "url": "https://github.com/mozilla/hubs/issues"
+  },
   "scripts": {
     "postinstall": "node ./scripts/postinstall.js",
     "start": "cross-env NODE_ENV=development webpack-dev-server",
-- 
GitLab