-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 794 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "com.chartboost.core",
"displayName": "Chartboost Core",
"version": "1.1.0",
"unity": "2022.3",
"dependencies": {
"com.chartboost.unity.threading": "1.0.2",
"com.chartboost.unity.utilities": "1.0.3",
"com.chartboost.unity.logging": "1.1.0"
},
"keywords": [],
"license": "MIT",
"author": {
"name": "Chartboost",
"email": "",
"url": "https://chartboost.com"
},
"homepage": "https://chartboost.com",
"type": "library",
"description": "ChartboostCore SDK is a modular Unity SDK designed as an entry point to manage and facilitate different modules for your application/game. Each module can be individually initialized and has its metrics collected and reported, offering detailed insights into module performance and potential issues."
}