| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "name": "com.izouma.pumpapp",
- "displayName": "pumpApp",
- "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-plugin-camera": "^4.0.3",
- "cordova-plugin-crosswalk-webview": "git+https://github.com/x1ongzhu/cordova-plugin-crosswalk-webview.git",
- "cordova-plugin-device": "^2.0.2",
- "cordova-plugin-inappbrowser": "^3.0.0",
- "cordova-plugin-qrcode-scanner": "file:../qrCodeScanner",
- "cordova-plugin-remote-injection": "^0.5.2",
- "cordova-plugin-whitelist": "^1.3.3",
- "cordova-plugin-wkwebview-engine": "^1.1.4",
- "cordova-plugin-x-toast": "^2.6.2"
- },
- "cordova": {
- "plugins": {
- "cordova-plugin-whitelist": {},
- "cordova-plugin-inappbrowser": {},
- "cordova-plugin-camera": {},
- "cordova-plugin-device": {},
- "cordova-plugin-x-toast": {},
- "cordova-plugin-wkwebview-engine": {},
- "cordova-plugin-remote-injection": {},
- "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-qrcode-scanner": {}
- },
- "platforms": [
- "android"
- ]
- }
- }
|