forked from arnesson/cordova-plugin-firebase
-
-
Notifications
You must be signed in to change notification settings - Fork 497
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 953 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 953 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "cordova-plugin-firebasex",
"version": "20.0.1",
"description": "Backward-compatible wrapper that installs all cordova-plugin-firebasex modular plugins",
"license": "MIT",
"cordova": {
"id": "cordova-plugin-firebasex",
"platforms": ["android", "ios"]
},
"keywords": ["cordova", "firebase", "firebasex"],
"dependencies": {
"cordova-plugin-firebasex-core": ">=1.0.0",
"cordova-plugin-firebasex-analytics": ">=1.0.0",
"cordova-plugin-firebasex-messaging": ">=1.0.0",
"cordova-plugin-firebasex-auth": ">=1.0.0",
"cordova-plugin-firebasex-crashlytics": ">=1.0.0",
"cordova-plugin-firebasex-firestore": ">=1.0.0",
"cordova-plugin-firebasex-functions": ">=1.0.0",
"cordova-plugin-firebasex-config": ">=1.0.0",
"cordova-plugin-firebasex-performance": ">=1.0.0",
"cordova-plugin-firebasex-inappmessaging": ">=1.0.0"
}
}