You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
238 B
14 lines
238 B
1 year ago
|
{
|
||
|
"name": "owl.carousel",
|
||
|
"version": "2.3.4",
|
||
|
"main": [
|
||
|
"dist/owl.carousel.js",
|
||
|
"dist/assets/owl.carousel.css",
|
||
|
"dist/assets/owl.theme.default.css"
|
||
|
],
|
||
|
"ignore": [],
|
||
|
"dependencies": {
|
||
|
"jquery": ">= 1.8.3"
|
||
|
}
|
||
|
}
|