{ "name": "helloworld", "displayName": "HelloCordova", "version": "1.0.0", "description": "A sample Apache Cordova application that responds to the deviceready event.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "ecosystem:cordova" ], "author": "Apache Cordova Team", "license": "Apache-2.0", "dependencies": { "cordova": "^11.1.0", "cordova-plugin-android-wifi-lock": "1.0.0", "cordova-plugin-network-information": "^2.0.2" }, "devDependencies": { "cordova-android": "^12.0.1", "cordova-browser": "^6.0.0", "cordova-plugin-music-controls2": "^3.0.7", "cordova-plugin-powermanagement-orig": "git+https://github.com/Viras-/cordova-plugin-powermanagement.git" }, "cordova": { "plugins": { "cordova-plugin-network-information": {}, "at.gofg.sportscomputer.powermanagement": {}, "cordova-plugin-android-wifi-lock": {}, "cordova-plugin-music-controls2": {} }, "platforms": [ "browser", "android" ] } }