{ "name": "com.izouma.milk", "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" }, "author": "Apache Cordova Team", "license": "Apache-2.0", "dependencies": { "cordova-android": "^7.1.4", "cordova-plugin-app-version": "^0.1.9", "cordova-plugin-camera": "^4.0.2", "cordova-plugin-device": "^2.0.2", "cordova-plugin-handheld": "git+https://github.com/x1ongzhu/cordova-plugin-handheld.git", "cordova-plugin-navigationbar": "git+https://github.com/x1ongzhu/cordova-plugin-navigationbar.git", "cordova-plugin-remote-injection": "^0.5.2", "cordova-plugin-splashscreen": "^5.0.1", "cordova-plugin-tencent-bg-location": "file:../cordova-plugin-tencent-bg-location", "cordova-plugin-whitelist": "^1.3.3", "cordova-plugin-wkwebview-engine": "^1.1.4", "cordova-plugin-x-toast": "^2.6.0" }, "cordova": { "plugins": { "cordova-plugin-whitelist": {}, "cordova-plugin-splashscreen": {}, "cordova-plugin-x-toast": {}, "cordova-plugin-wkwebview-engine": {}, "cordova-plugin-camera": {}, "cordova-plugin-remote-injection": {}, "cordova-plugin-device": {}, "cordova-plugin-app-version": {}, "cordova-plugin-handheld": { "APP_ID": "d0f09be14a67a2082bdf777eb0b2a8c2" }, "cordova-plugin-navigationbar": {}, "cordova-plugin-tencent-bg-location": { "API_KEY": "PPQBZ-HCQLO-MMNWE-SHIDE-Y42BH-D3F76" } }, "platforms": [ "android" ] } }