forked from venustheme/magento2-image-slider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
28 lines (28 loc) · 894 Bytes
/
composer.json
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
{
"name": "venustheme/magento2-image-slider",
"description": "Ves Image Slider Fully responsive magento 2 slider extension Support editor for inserting image, video text. Magento 2 Slider Extension supports OWL Carousel Image slider can be displayed anywhere in your store with CMS & Widget Tons of Animation with Live Preview Support 10 sliders Easy-to-use & intuitive interface",
"require": {
"venustheme/module-all": "1.*"
},
"type": "magento2-module",
"version": "1.0.0",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"authors": [
{
"name": "Venustheme",
"email": "venustheme@gmail.com",
"role": "Magento 2 Ves Product List"
}
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Ves\\ImageSlider\\": ""
}
}
}