diff --git a/package.json b/package.json index bdf5681..a90d645 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "TerranQuest", "version": "2.0.0", "description": "", - "main": "index.js", + "main": "www/index.html", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, @@ -21,7 +21,9 @@ "cordova-plugin-statusbar": "^2.4.2", "cordova-plugin-transparent-status-bar": "git+https://github.com/manugando/cordova-plugin-transparent-status-bar.git", "cordova-plugin-whitelist": "^1.3.3", - "phonegap-plugin-barcodescanner": "^8.0.1" + "phonegap-plugin-barcodescanner": "^8.0.1", + "mls": "^0.1.1", + "node-wifiscanner": "^0.2.1" }, "cordova": { "plugins": { @@ -40,4 +42,4 @@ "android" ] } -} \ No newline at end of file +}