-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathcomposer.json
More file actions
24 lines (24 loc) · 943 Bytes
/
composer.json
File metadata and controls
24 lines (24 loc) · 943 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
{
"name": "angrycreative/custom-cookie-message",
"description": "A customizable cookie message, compatible with GDPR compliance.",
"homepage": "https://github.com/Angrycreative/custom-cookie-message",
"type": "wordpress-plugin",
"license": "GPL-2.0+",
"authors": [
{
"name": "Angry Creative AB",
"email": "hej@angrycreative.se",
"homepage": "https://angrycreative.se"
},
{
"name": "Luigi Guevara",
"email": "luigi.t.guevara@killua.me",
"homepage": "https://killua.me"
}
],
"support": {
"source": "https://github.com/Angrycreative/custom-cookie-message",
"issues": "https://github.com/Angrycreative/custom-cookie-message/issues"
},
"keywords": ["custom", "cookie", "message", "consent", "cookie bar", "cookie law", "cookie notice", "cookie gdpr", "gdpr", "gdpr law", "gdpr notice"]
}