-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.14 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.14 KB
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
{
"name": "com.gameanalytics.sdk",
"version": "7.10.6",
"displayName": "GameAnalytics",
"description": "GameAnalytics collects and stores your data with no limits. You can then view your core KPI's in order to see what areas of your game need to improvements. If you want to find out more about how gamers play, then add in funnels, progression events and resource tracking. ",
"unity": "2018.1",
"dependencies": {
"com.google.external-dependency-manager": "1.2.168"
},
"publishConfig": {
"registry": "https://package.openupm.com"
},
"keywords": [
"data",
"analytics",
"events",
"funnels",
"reporting",
"dashboard",
"tracking",
"track",
"analyse",
"analyze",
"bigdata",
"mixpanel",
"unreal",
"google",
"flurry",
"unity",
"segments",
"realtime",
"time",
"player",
"understand",
"focus"
],
"author": {
"name": "GameAnalytics",
"email": "sdk@gameanalytics.com",
"url": "https://www.gameanalytics.com"
}
}