-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 1.28 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
{
"name": "com.chartboost.mediation.unity.adapter.verve",
"version": "5.0.1",
"displayName": "Chartboost Mediation Adapter - Verve",
"description": "The Chartboost Mediation Unity SDK Adapter for Verve.",
"unity": "2022.3",
"documentationUrl": "https://docs.chartboost.com/en/mediation/integrate/unity/get-started/",
"changelogUrl": "https://docs.chartboost.com/en/mediation/integrate/unity/changelog/",
"licensesUrl": "https://docs.chartboost.com/en/legal/",
"dependencies": {
"com.chartboost.mediation" : "5.0.0",
"com.chartboost.unity.threading": "1.0.1",
"com.chartboost.unity.utilities": "1.0.1",
"com.chartboost.unity.logging": "1.0.0"
},
"keywords": ["Chartboost", "Mediation", "Adapter", "Unity", "Verve"],
"author": {
"name": "Chartboost",
"email": "sales@chartboost.com",
"url": "https://www.chartboost.com/products/mediation/"
},
"repository": {
"type": "git",
"url": "https://github.com/ChartBoost/chartboost-mediation-unity-adapter-verve.git"
},
"bugs": {
"url": "https://github.com/ChartBoost/chartboost-mediation-unity-adapter-verve/issues",
"email": "helium-service@chartboost.com"
},
"hideInEditor": false
}