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

diff --git a/.npmignore b/.npmignore
new file mode 100644
index 0000000..370de6b
--- /dev/null
+++ b/.npmignore
@@ -0,0 +1,3 @@
+.*
+spec
+appveyor.yml
diff --git a/package.json b/package.json
index 27203f5..3f6a885 100644
--- a/package.json
+++ b/package.json
@@ -8,10 +8,8 @@
     "test": "npm run lint && npm run test:unit",
     "test:unit": "jasmine \"spec/**/*.spec.js\""
   },
-  "repository": {
-    "type": "git",
-    "url": "https://github.com/apache/cordova-serve"
-  },
+  "repository": "github:apache/cordova-serve",
+  "bugs": "https://github.com/apache/cordova-serve/issues",
   "keywords": [
     "cordova",
     "server",
@@ -19,10 +17,6 @@
   ],
   "author": "Apache Software Foundation",
   "license": "Apache-2.0",
-  "bugs": {
-    "url": "https://issues.apache.org/jira/browse/CB",
-    "email": "dev@cordova.apache.org"
-  },
   "dependencies": {
     "chalk": "^3.0.0",
     "compression": "^1.7.4",