chore: clean up package.json (#1126)

* chore(pkg): use short notation for repository field

* chore(pkg): use short notation for bugs field
diff --git a/package.json b/package.json
index 24c860d..e8c2f63 100644
--- a/package.json
+++ b/package.json
@@ -57,12 +57,7 @@
     "gulp-htmllint": "^0.0.5",
     "simplecrawler": "^0.5.2"
   },
-  "repository": {
-    "type": "git",
-    "url": "https://github.com/apache/cordova-docs"
-  },
-  "bugs": {
-    "url": "https://github.com/apache/cordova-docs/issues"
-  },
+  "repository": "github:apache/cordova-docs",
+  "bugs": "https://github.com/apache/cordova-docs/issues",
   "homepage": "https://cordova.apache.org"
 }