diff --git a/package.json b/package.json index efd7e143dd71a19af950365d5eb518abe09930c0..3af88032ac14ddf9d383cf31dfc7b897c742d72e 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",