qiaowei | f044a74 | 2019-07-10 16:04:20 +0800 | [diff] [blame] | 1 | { |
| 2 | "name": "com.supwisdom.dlapp", |
| 3 | "displayName": "大理市民卡", |
| 4 | "version": "1.0.0", |
| 5 | "description": "A sample Apache Cordova application that responds to the deviceready event.", |
| 6 | "main": "index.js", |
| 7 | "scripts": { |
| 8 | "test": "echo \"Error: no test specified\" && exit 1" |
| 9 | }, |
| 10 | "keywords": [ |
| 11 | "ecosystem:cordova" |
| 12 | ], |
| 13 | "author": "Apache Cordova Team", |
| 14 | "license": "Apache-2.0", |
| 15 | "dependencies": { |
| 16 | "cordova-android": "^8.0.0", |
| 17 | "cordova-browser": "^6.0.0", |
| 18 | "cordova-ios": "^5.0.1", |
| 19 | "cordova-plugin-advanced-http": "^2.1.1", |
| 20 | "cordova-plugin-camera": "^4.0.3", |
| 21 | "cordova-plugin-device": "^2.0.2", |
| 22 | "cordova-plugin-disable-ios11-statusbar": "^1.0.0", |
| 23 | "cordova-plugin-file": "^6.0.1", |
| 24 | "cordova-plugin-fingerprint-aio": "^1.7.0", |
| 25 | "cordova-plugin-inappbrowser": "^3.0.0", |
qiaowei | aa6f1f6 | 2019-08-07 10:26:16 +0800 | [diff] [blame^] | 26 | "cordova-plugin-jcore": "^1.3.0", |
qiaowei | f044a74 | 2019-07-10 16:04:20 +0800 | [diff] [blame] | 27 | "cordova-plugin-qrscanner": "^3.0.1", |
| 28 | "cordova-plugin-statusbar": "^2.4.2", |
| 29 | "cordova-plugin-themeablebrowser": "^0.2.18", |
qiaowei | aa6f1f6 | 2019-08-07 10:26:16 +0800 | [diff] [blame^] | 30 | "cordova-plugin-touch-id": "^3.4.0", |
| 31 | "jpush-phonegap-plugin": "^3.7.2" |
qiaowei | f044a74 | 2019-07-10 16:04:20 +0800 | [diff] [blame] | 32 | }, |
| 33 | "cordova": { |
| 34 | "plugins": { |
| 35 | "cordova-plugin-fingerprint-aio": { |
| 36 | "FACEID_USAGE_DESCRIPTION": "认证中..." |
| 37 | }, |
| 38 | "cordova-plugin-touch-id": {}, |
| 39 | "cordova-plugin-whitelist": {}, |
| 40 | "cordova-plugin-advanced-http": { |
| 41 | "OKHTTP_VERSION": "3.10.0" |
| 42 | }, |
| 43 | "cordova-plugin-statusbar": {}, |
| 44 | "cordova-plugin-disable-ios11-statusbar": {}, |
| 45 | "cordova-plugin-qrscanner": {}, |
| 46 | "cordova-plugin-camera": {}, |
| 47 | "cordova-plugin-inappbrowser": {}, |
| 48 | "cordova-plugin-device": {}, |
qiaowei | aa6f1f6 | 2019-08-07 10:26:16 +0800 | [diff] [blame^] | 49 | "cordova-plugin-themeablebrowser": {}, |
| 50 | "jpush-phonegap-plugin": { |
| 51 | "APP_KEY": "bd22b85f247a6e2ca307d3c5", |
| 52 | "CHANNEL": "developer-default" |
| 53 | } |
qiaowei | f044a74 | 2019-07-10 16:04:20 +0800 | [diff] [blame] | 54 | }, |
| 55 | "platforms": [ |
| 56 | "android", |
| 57 | "browser", |
| 58 | "ios" |
| 59 | ] |
| 60 | }, |
| 61 | "devDependencies": { |
| 62 | "cordova-plugin-whitelist": "^1.3.3" |
| 63 | } |
| 64 | } |