| { |
| "name": "com.dalicitycard.app", |
| "displayName": "大理市民卡", |
| "version": "1.0.3", |
| "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-android": "^8.0.0", |
| "cordova-browser": "^6.0.0", |
| "cordova-ios": "^5.0.1", |
| "cordova-plugin-advanced-http": "^2.1.1", |
| "cordova-plugin-app-version": "^0.1.9", |
| "cordova-plugin-brightness": "^0.2.0", |
| "cordova-plugin-camera": "^4.0.3", |
| "cordova-plugin-device": "^2.0.2", |
| "cordova-plugin-disable-ios11-statusbar": "^1.0.0", |
| "cordova-plugin-file": "^6.0.1", |
| "cordova-plugin-fingerprint-aio": "3.0.1", |
| "cordova-plugin-inappbrowser": "^3.0.0", |
| "cordova-plugin-jcore": "^1.3.0", |
| "cordova-plugin-qrscanner": "^3.0.1", |
| "cordova-plugin-statusbar": "^2.4.2", |
| "cordova-plugin-themeablebrowser": "^0.2.18", |
| "cordova-plugin-touch-id": "^3.4.0", |
| "cordova-plugin-wkwebview-engine": "^1.2.1", |
| "jpush-phonegap-plugin": "^3.7.2" |
| }, |
| "cordova": { |
| "plugins": { |
| "cordova-plugin-touch-id": {}, |
| "cordova-plugin-whitelist": {}, |
| "cordova-plugin-advanced-http": { |
| "OKHTTP_VERSION": "3.10.0" |
| }, |
| "cordova-plugin-statusbar": {}, |
| "cordova-plugin-disable-ios11-statusbar": {}, |
| "cordova-plugin-qrscanner": {}, |
| "cordova-plugin-camera": {}, |
| "cordova-plugin-inappbrowser": {}, |
| "cordova-plugin-device": {}, |
| "cordova-plugin-themeablebrowser": {}, |
| "jpush-phonegap-plugin": { |
| "APP_KEY": "d644d997f2cab0551ff704a3", |
| "CHANNEL": "developer-default" |
| }, |
| "cordova-plugin-app-version": {}, |
| "cordova-plugin-wkwebview-engine": {}, |
| "cordova-plugin-brightness": {}, |
| "cordova-plugin-file": {}, |
| "cordova-plugin-fingerprint-aio": { |
| "FACEID_USAGE_DESCRIPTION": " " |
| } |
| }, |
| "platforms": [ |
| "android", |
| "browser", |
| "ios" |
| ] |
| }, |
| "devDependencies": { |
| "cordova-plugin-whitelist": "^1.3.3" |
| } |
| } |