-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.61 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
{
"name": "events.notify.push",
"displayName": "Notify.Events",
"version": "0.1.3",
"description": "Get notifications from different sources to your device.",
"main": "index.js",
"keywords": [
"notification",
"alert"
],
"author": "Notify.Events Team",
"license": "MIT",
"devDependencies": {
"@parrino/cordova-plugin-local-notifications": "^1.0.2",
"cordova-android": "^12.0.1",
"cordova-plugin-advanced-http": "^3.3.1",
"cordova-plugin-androidx-adapter": "^1.1.3",
"cordova-plugin-badge": "^0.8.9",
"cordova-plugin-device": "^2.1.0",
"cordova-plugin-dialogs": "^2.0.2",
"cordova-plugin-fcm-with-dependecy-updated": "github:marutifh/cordova-plugin-fcm-with-dependecy-updated",
"cordova-plugin-file": "^8.0.1",
"cordova-plugin-local-notifications": "^1.0.0"
},
"cordova": {
"plugins": {
"cordova-plugin-advanced-http": {
"ANDROIDBLACKLISTSECURESOCKETPROTOCOLS": "SSLv3,TLSv1"
},
"cordova-plugin-androidx-adapter": {},
"cordova-plugin-badge": {},
"cordova-plugin-device": {},
"cordova-plugin-dialogs": {},
"cordova-plugin-fcm-with-dependecy-updated": {
"ANDROID_DEFAULT_NOTIFICATION_ICON": "@mipmap/ic_launcher",
"ANDROID_FCM_VERSION": "23.0.0",
"ANDROID_FIREBASE_BOM_VERSION": "29.0.1",
"ANDROID_GOOGLE_SERVICES_VERSION": "4.3.4",
"ANDROID_GRADLE_TOOLS_VERSION": "4.1.0",
"IOS_FIREBASE_MESSAGING_VERSION": "~> 7.4.0"
},
"de.appplant.cordova.plugin.local-notification": {},
"@parrino/cordova-plugin-local-notifications": {}
},
"platforms": []
}
}