1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,30 @@ |
1 |
+{ |
|
2 |
+ "name":"esalesmedia/contao-cookieconsent", |
|
3 |
+ "description":"Provides a GDPR-compatible cookie consent dialogue which handles essential and optional cookies.", |
|
4 |
+ "keywords":["contao", "cookies", "gdpr", "consent", "cookieconsent"], |
|
5 |
+ "type":"contao-module", |
|
6 |
+ "license":"LGPL-3.0+", |
|
7 |
+ "authors":[ |
|
8 |
+ { |
|
9 |
+ "name": "Benjamin Roth", |
|
10 |
+ "homepage": "https://www.esales-media.de" |
|
11 |
+ } |
|
12 |
+ ], |
|
13 |
+ "require":{ |
|
14 |
+ "php": "^5.6 || ^7.0", |
|
15 |
+ "contao/core-bundle": "~3.5 || ~4.4", |
|
16 |
+ "contao-community-alliance/composer-plugin": "~2.4 || ~3.0" |
|
17 |
+ }, |
|
18 |
+ "autoload": { |
|
19 |
+ "psr-0": { |
|
20 |
+ "EsalesMedia\\Cookieconsent\\": ["src/"] |
|
21 |
+ } |
|
22 |
+ }, |
|
23 |
+ "extra":{ |
|
24 |
+ "contao": { |
|
25 |
+ "sources":{ |
|
26 |
+ "": "system/modules/eSM_cookieconsent" |
|
27 |
+ } |
|
28 |
+ } |
|
29 |
+ } |
|
30 |
+} |
|
0 | 31 |
\ No newline at end of file |