CB-12847: added `bugs` entry to package.json.
diff --git a/package.json b/package.json
index 2046214..c9e105a 100644
--- a/package.json
+++ b/package.json
@@ -8,6 +8,9 @@
     "type": "git",
     "url": "http://git-wip-us.apache.org/repos/asf/cordova-js.git"
   },
+  "bugs": {
+    "url": "https://github.com/apache/cordova-website/issues"
+  },
   "scripts": {
     "test": "grunt test",
     "build": "grunt compile",