-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 872 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 872 Bytes
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.appodeal.cmp",
"version": "2.0.2",
"displayName": "Appodeal CMP",
"description": "A Consent Management Platform (CMP) is a software that develops notices to inform users and capture their preferences with respect to the processing of their personal data.",
"unity": "2021.3",
"documentationUrl": "https://docs.appodeal.com/unity/data-protection/gdpr-and-ccpa",
"dependencies": {
"com.appodeal.mediation": "3.9.0"
},
"keywords": [
"CMP",
"GDPR",
"Consent",
"ConsentManager",
"Appodeal"
],
"samples": [
{
"displayName": "Usage Sample",
"description": "Appodeal Consent Manager Usage Sample with a Demo Scene and C# Implementation",
"path": "Samples~/UsageSample"
}
],
"author":
{
"name": "Appodeal Inc.",
"email": "hi@appodeal.com",
"url": "https://appodeal.com"
}
}