-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 1.32 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.amazon-publisher-services",
"version": "5.0.1",
"displayName": "Chartboost Mediation Adapter - Amazon Publisher Services",
"description": "The Chartboost Mediation Unity SDK Ad Adapter for Amazon Publisher Services.",
"unity": "2022.3",
"documentationUrl": "https://developers.chartboost.com/docs/mediation-unity-get-started",
"changelogUrl": "https://developers.chartboost.com/docs/mediation-unity-changelog",
"licensesUrl": "https://answers.chartboost.com/child_article/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", "Amazon Publisher Services"],
"author": {
"name": "Chartboost",
"email": "[email protected]",
"url": "https://www.chartboost.com/mediate"
},
"repository": {
"type": "git",
"url": "https://github.com/ChartBoost/chartboost-mediation-unity-adapter-amazon-publisher-services.git"
},
"bugs": {
"url": "https://github.com/ChartBoost/chartboost-mediation-unity-adapter-amazon-publisher-services/issues",
"email": "[email protected]"
},
"hideInEditor": false
}