1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,28 @@ |
1 |
+{ |
|
2 |
+ "name":"esalesmedia/contao-slick-slider", |
|
3 |
+ "description":"Versatile Slider with a bunch of options", |
|
4 |
+ "keywords":["contao", "slider", "slick", "slick-slider", "hero"], |
|
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": "^4.4" |
|
16 |
+ }, |
|
17 |
+ "conflict": { |
|
18 |
+ "contao/core": "*", |
|
19 |
+ "contao/manager-plugin": "<2.0 || >=3.0" |
|
20 |
+ }, |
|
21 |
+ "extra":{ |
|
22 |
+ "contao": { |
|
23 |
+ "sources":{ |
|
24 |
+ "": "system/modules/eSM_slick" |
|
25 |
+ } |
|
26 |
+ } |
|
27 |
+ } |
|
28 |
+} |
|
0 | 29 |
\ No newline at end of file |