Fix dependecies to link to proper Apache incubator repos

Change repos of dependecies to link to the proper Apache incubator repos
and tags
Remove not used crypto dependecie in client, also not used line that
refer to old crypto
diff --git a/browser/bower.json b/browser/bower.json
index 80e55f4..3e78ac8 100644
--- a/browser/bower.json
+++ b/browser/bower.json
@@ -6,8 +6,7 @@
     "MILAGRO"

   ],

   "dependencies": {

-    "milagro-crypto": "https://github.com/miracl/milagro-crypto.git#1.0.0",

-    "milagro-mfa-js-lib": "https://github.com/miracl/milagro-mfa-js-lib.git#1.1.0",

+    "milagro-mfa-js-lib": "https://github.com/apache/incubator-milagro-mfa-js-lib.git#1.1.0",

     "qrcodejs": "0.1.0",

     "handlebars": "~3.0.3"

   },

diff --git a/browser/js/mpin.js b/browser/js/mpin.js
index 2892fb4..c174996 100644
--- a/browser/js/mpin.js
+++ b/browser/js/mpin.js
@@ -232,8 +232,6 @@
         this.opts[_optionName] = options[_optionName];
     }
 
-    MPINAuth.hash_val = this.opts.seedValue;
-
     return this;
   };
   mpin.prototype.addHelp = function () {
diff --git a/browser/package.json b/browser/package.json
index 6fd7a88..ba1bd63 100644
--- a/browser/package.json
+++ b/browser/package.json
@@ -9,7 +9,7 @@
   },
   "repository": {
     "type": "git",
-    "url": "https://github.com/miracl/milagro-mfa-js-client.git"
+    "url": "https://github.com/apache/incubator-milagro-mfa-js-client.git"
   },
   "license": "Apache License",
   "devDependencies": {
diff --git a/mobile/bower.json b/mobile/bower.json
index 578b19f..3801091 100644
--- a/mobile/bower.json
+++ b/mobile/bower.json
@@ -6,7 +6,7 @@
     "MILAGRO"

   ],

   "dependencies": {

-    "milagro-crypto": "https://github.com/miracl/milagro-crypto.git#1.0.0",

+    "milagro-crypto": "https://github.com/apache/incubator-milagro-crypto.git#1.0.0",

     "qrcodejs": "0.1.0",

     "handlebars": "~3.0.3"

   },

diff --git a/mobile/package.json b/mobile/package.json
index 27675a8..e443ce6 100644
--- a/mobile/package.json
+++ b/mobile/package.json
@@ -9,7 +9,7 @@
   },
   "repository": {
     "type": "git",
-    "url": "https://github.com/miracl/milagro-mfa-js-client.git"
+    "url": "https://github.com/apache/incubator-milagro-mfa-js-client.git"
   },
   "license": "Apache License",
   "devDependencies": {