-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 loc) · 2.53 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "com.mandola.reporting",
"displayName": "MandolApp",
"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": {
"com.ab.cordovafloatingactivity": "file:local/com.ab.cordovafloatingactivity",
"cordova-android": "^7.1.1",
"cordova-android-support-gradle-release": "1.4.5",
"cordova-plugin-android-permissions": "1.0.0",
"cordova-plugin-app-event": "^1.2.1",
"cordova-plugin-background-mode": "0.7.2",
"cordova-plugin-camera": "^4.0.3",
"cordova-plugin-console": "1.1.0",
"cordova-plugin-core-android-extensions": "1.2.0",
"cordova-plugin-crop": "^0.4.0",
"cordova-plugin-device": "^2.0.2",
"cordova-plugin-dialogs": "^2.0.1",
"cordova-plugin-file": "^6.0.1",
"cordova-plugin-file-transfer": "^1.7.1",
"cordova-plugin-inappbrowser": "^3.0.0",
"cordova-plugin-whitelist": "^1.3.3",
"cordova-sqlite-storage": "^2.5.0",
"cordova.plugins.diagnostic": "^4.0.10",
"de.appplant.cordova.plugin.local-notification": "^0.8.5",
"in.lucasdup.bringtofront": "file:local/cordova-bring-to-front",
"urlcopynotification": "file:local/urlcopynotification"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-camera": {},
"cordova-plugin-crop": {},
"cordova-plugin-device": {},
"cordova-plugin-dialogs": {},
"cordova-plugin-file": {},
"cordova-plugin-file-transfer": {},
"cordova-plugin-inappbrowser": {},
"cordova-sqlite-storage": {},
"de.appplant.cordova.plugin.local-notification": {},
"cordova-plugin-app-event": {},
"cordova.plugins.diagnostic": {},
"cordova-android-support-gradle-release": {
"ANDROID_SUPPORT_VERSION": "27.+"
},
"cordova-plugin-background-mode": {},
"cordova-plugin-console": {},
"urlcopynotification": {},
"cordova-plugin-core-android-extensions": {},
"cordova-plugin-android-permissions": {},
"in.lucasdup.bringtofront": {},
"com.ab.cordovafloatingactivity": {}
},
"platforms": [
"android"
]
}
}