{ "name": "cn.drrewslab.visitor", "displayName": "访客管理", "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", "devDependencies": { "cordova-android": "^9.0.0", "cordova-plugin-android-notch": "^1.0.3", "cordova-plugin-crosswalk-webview-v3": "git+https://github.com/ardabeyazoglu/cordova-plugin-crosswalk-webview-v3.git", "cordova-plugin-embedded-printer": "file:../cordova-plugin-embedded-printer", "cordova-plugin-qrscanner": "^3.0.1", "cordova-plugin-whitelist": "^1.3.4" }, "cordova": { "plugins": { "cordova-plugin-whitelist": {}, "cordova-plugin-android-notch": {}, "cordova-plugin-qrscanner": {}, "cordova-plugin-crosswalk-webview-v3": { "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-embedded-printer": {} }, "platforms": [ "android" ] }, "dependencies": {} }