Pathologic was missing because of a .git folder inside.
[yaffs-website] / web / modules / contrib / slick / slick.libraries.yml
1 # All libraries supported by Slick module.
2 slick.mousewheel:
3   remote: https://github.com/brandonaaron/jquery-mousewheel
4   license:
5     name: MIT
6     url: https://github.com/brandonaaron/jquery-mousewheel/blob/master/LICENSE.txt
7     gpl-compatible: true
8   version: 3.1.11
9   js:
10     /libraries/mousewheel/jquery.mousewheel.min.js: { weight: -4, minified: true }
11   dependencies:
12     - core/jquery
13
14 slick.easing:
15   remote: https://github.com/gdsmith/jquery.easing
16   license:
17     name: MIT
18     url: http://www.opensource.org/licenses/mit-license.php
19     gpl-compatible: true
20   version: 1.3
21   js:
22     /libraries/easing/jquery.easing.min.js: { weight: -4, minified: true }
23   dependencies:
24     - core/jquery
25
26 slick:
27   remote: http://kenwheeler.github.io/slick/
28   version: 1.x
29   license:
30     name: MIT
31     url: https://github.com/kenwheeler/slick/blob/master/LICENSE
32     gpl-compatible: true
33   js:
34     /libraries/slick/slick/slick.min.js: { weight: -3, minified: true }
35   css:
36     base:
37       /libraries/slick/slick/slick.css: {}
38   dependencies:
39     - core/jquery
40
41 slick.load:
42   version: VERSION
43   js:
44     js/slick.load.min.js: { weight: 0, minified: true }
45   dependencies:
46     - core/drupal
47     - core/drupalSettings
48     - core/jquery.once
49     - slick/slick
50
51 slick.theme:
52   version: VERSION
53   css:
54     layout:
55       css/layout/slick.module.css: {}
56     theme:
57       css/theme/slick.theme.css: {}
58   dependencies:
59     - slick/slick.load
60
61 slick.thumbnail.hover:
62   version: VERSION
63   css:
64     component:
65       css/components/slick.thumbnail--hover.css: {}
66   dependencies:
67     - slick/slick.theme
68
69 slick.thumbnail.grid:
70   version: VERSION
71   css:
72     component:
73       css/components/slick.thumbnail--grid.css: {}
74   dependencies:
75     - slick/slick.theme
76
77 slick.arrow.down:
78   version: VERSION
79   css:
80     component:
81       css/components/slick.arrows--down.css: {}
82   dependencies:
83     - slick/slick.theme
84
85 slick.colorbox:
86   version: VERSION
87   js:
88     js/slick.colorbox.min.js: { minified: true }
89   dependencies:
90     - blazy/colorbox
91     - slick/slick.load