blob: f5c83393c6fd17bc6f68b52e6c01b82d4f3c60db [file] [log] [blame]
qiaoweif044a742019-07-10 16:04:20 +08001{
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",
26 "cordova-plugin-qrscanner": "^3.0.1",
27 "cordova-plugin-statusbar": "^2.4.2",
28 "cordova-plugin-themeablebrowser": "^0.2.18",
29 "cordova-plugin-touch-id": "^3.4.0"
30 },
31 "cordova": {
32 "plugins": {
33 "cordova-plugin-fingerprint-aio": {
34 "FACEID_USAGE_DESCRIPTION": "认证中..."
35 },
36 "cordova-plugin-touch-id": {},
37 "cordova-plugin-whitelist": {},
38 "cordova-plugin-advanced-http": {
39 "OKHTTP_VERSION": "3.10.0"
40 },
41 "cordova-plugin-statusbar": {},
42 "cordova-plugin-disable-ios11-statusbar": {},
43 "cordova-plugin-qrscanner": {},
44 "cordova-plugin-camera": {},
45 "cordova-plugin-inappbrowser": {},
46 "cordova-plugin-device": {},
47 "cordova-plugin-themeablebrowser": {}
48 },
49 "platforms": [
50 "android",
51 "browser",
52 "ios"
53 ]
54 },
55 "devDependencies": {
56 "cordova-plugin-whitelist": "^1.3.3"
57 }
58}