{ "name": "com.izouma.animalweight", "displayName": "AnimalWeight", "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": "^6.3.0", "cordova-ios": "^4.5.4", "cordova-plugin-ble-central": "^1.2.2", "cordova-plugin-bluetooth-serial": "git+https://github.com/x1ongzhu/BluetoothSerial.git", "cordova-plugin-camera": "^4.0.3", "cordova-plugin-compat": "^1.2.0", "cordova-plugin-crosswalk-webview": "git+https://github.com/fribace/cordova-plugin-crosswalk-webview.git", "cordova-plugin-handheld": "file:../handheld", "cordova-plugin-remote-injection": "^0.5.2", "cordova-plugin-viewport": "^1.0.3", "cordova-plugin-whitelist": "^1.3.3", "cordova-plugin-x-toast": "^2.6.2" }, "cordova": { "plugins": { "cordova-plugin-whitelist": {}, "cordova-plugin-bluetooth-serial": {}, "cordova-plugin-remote-injection": {}, "cordova-plugin-x-toast": {}, "cordova-plugin-crosswalk-webview": { "XWALK_VERSION": "23+", "XWALK_LITEVERSION": "xwalk_core_library_canary:17+", "XWALK_COMMANDLINE": "--disable-pull-to-refresh-effect", "XWALK_MODE": "embedded", "XWALK_MULTIPLEAPK": "true" }, "cordova-plugin-viewport": {}, "cordova-plugin-ble-central": { "BLUETOOTH_USAGE_DESCRIPTION": "需要打开蓝牙来读取附近的设备" }, "cordova-plugin-handheld": {} }, "platforms": [ "ios", "android" ] } }