From 9256a70b56c36544309f0d731df77b882df3cf70 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Mon, 3 Jun 2019 12:31:28 -0600 Subject: [PATCH] Enable launching as NW.js app --- package.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 +}