forked from misterboe/slickcarousel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 895 Bytes
/
composer.json
File metadata and controls
35 lines (35 loc) · 895 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
32
33
34
35
{
"name": "kksoftwareag/slickcarousel",
"description": "slick - the last carousel you'll ever need. For more informations please have a look at https://github.com/misterboe/slickcarousel. If you need more features please create an issue on github.",
"type": "typo3-cms-extension",
"version": "6.0.1",
"require": {
"typo3/cms-frontend": "^13.4.0",
"fluidtypo3/vhs": "*"
},
"authors": [
{
"name": "Boris Schauer",
"email": "me@bschauer.de"
},
{
"name": "Bernhard Sirlinger",
"email": "sirlinger@kk-software.de"
}
],
"autoload": {
"psr-4": {
"Bo\\Slickcarousel\\": "Classes"
}
},
"extra": {
"typo3/cms": {
"extension-key": "slickcarousel",
"cms-package-dir": "{$vendor-dir}/typo3/cms",
"web-dir": ".Build/Web",
"Package": {
"partOfMinimalUsableSystem": true
}
}
}
}