Enable launching as NW.js app

master
Skylar Ittner 5 years ago
parent 73ec7b0a1f
commit 9256a70b56

@ -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"
]
}
}
}

Loading…
Cancel
Save