forked from chamilo/mobile
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.13 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
{
"name": "org.chamilo.messaging",
"displayName": "Chamilo Messaging",
"version": "2.2.0",
"description": "The Messaging app for Chamilo LMS is a multi-mobile-OS application that allows you to get your messages from Chamilo LMS's social network.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "BeezNest <[email protected]>",
"license": "AGPL-3.0",
"dependencies": {
"cordova-android": "^8.0.0",
"cordova-ios": "^5.0.1",
"cordova-plugin-file": "^6.0.2",
"cordova-plugin-firebase-messaging": "^3.0.0",
"cordova-support-android-plugin": "^1.0.1",
"cordova-support-google-services": "^1.3.1"
},
"cordova": {
"plugins": {
"cordova-plugin-file": {},
"cordova-support-google-services": {},
"cordova-plugin-firebase-messaging": {
"FIREBASE_CORE_VERSION": "17.0.+",
"FIREBASE_MESSAGING_VERSION": "19.0.+",
"ANDROIDX_CORE_VERSION": "1.0.+"
},
"cordova-plugin-whitelist": {}
},
"platforms": [
"android",
"ios"
]
},
"devDependencies": {
"cordova-plugin-whitelist": "1"
}
}