chore(npm): add ignore list & update package data (#61)

diff --git a/.npmignore b/.npmignore
new file mode 100644
index 0000000..8d98f9d
--- /dev/null
+++ b/.npmignore
@@ -0,0 +1 @@
+.*
diff --git a/package.json b/package.json
index 45097d7..aa8110a 100644
--- a/package.json
+++ b/package.json
@@ -2,10 +2,8 @@
   "name": "cordova-app-hello-world",
   "version": "5.0.0-dev",
   "description": "This is the hello world app used by the `cordova create` command.",
-  "repository": {
-    "type": "git",
-    "url": "https://github.com/apache/cordova-app-hello-world"
-  },
+  "repository": "github:apache/cordova-app-hello-world",
+  "bugs": "https://github.com/apache/cordova-app-hello-world/issues",
   "main": "index.js",
   "keywords": [
     "ecosystem:cordova",