chore: package cleanup (#272)

diff --git a/package.json b/package.json
index eb52515..3766722 100644
--- a/package.json
+++ b/package.json
@@ -17,13 +17,8 @@
     "lint": "jshint www && jshint src && jshint tests",
     "style": "jscs tests/tests.js"
   },
-  "repository": {
-    "type": "git",
-    "url": "https://github.com/apache/cordova-plugin-file-transfer"
-  },
-  "bugs": {
-    "url": "https://issues.apache.org/jira/browse/CB"
-  },
+  "repository": "github:apache/cordova-plugin-file-transfer",
+  "bugs": "https://github.com/apache/cordova-plugin-file-transfer/issues",
   "keywords": [
     "cordova",
     "file",
diff --git a/plugin.xml b/plugin.xml
index b5ced07..cb91884 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -26,8 +26,8 @@
     <description>Cordova File Transfer Plugin</description>
     <license>Apache 2.0</license>
     <keywords>cordova,file,transfer</keywords>
-    <repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer.git</repo>
-    <issue>https://issues.apache.org/jira/browse/CB/component/12320650</issue>
+    <repo>https://github.com/apache/cordova-plugin-file-transfer</repo>
+    <issue>https://github.com/apache/cordova-plugin-file-transfer/issues</issue>
 
     <dependency id="cordova-plugin-file" version=">=5.0.0" />