-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·22 lines (22 loc) · 974 Bytes
/
package.json
File metadata and controls
executable file
·22 lines (22 loc) · 974 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "com.google.firebase.crashlytics",
"version": "13.6.0",
"displayName": "Firebase Crashlytics",
"keywords": [
"Google",
"Firebase",
"Crashlytics",
"Fabric",
"vh-name:FirebaseCrashlytics",
"vh-name:Firebase Crashlytics"
],
"author": {
"name": "Google LLC",
"url": "https://firebase.google.com/docs/crashlytics/unity/start"
},
"description": "Prioritize and fix stability issues faster.\n\nFirebase Crashlytics helps you track, prioritize, and fix stability issues that erode game quality, in realtime. Spend less time triaging and troubleshooting crashes and more time building game content and features that delight players.\n\nCrashlytics also sends realtime alerts for new issues, regressed issues, and burgeoning issues that might require immediate attention to ensure you never miss a critical crash no matter where you are.",
"unity": "2020.1",
"dependencies": {
"com.google.firebase.app": "13.6.0"
}
}