forked from OwlCarousel2/OwlCarousel2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.json
30 lines (27 loc) · 686 Bytes
/
_config.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
29
30
{
"docs":{
"src": "docs_src",
"dest": "docs",
"templates":"<%= app.docs.src %>/templates",
"pages": "<%= app.docs.templates %>/pages",
"layouts": "<%= app.docs.templates %>/layouts"
},
"src":{
"dist": "dist",
"scripts": [
"src/js/owl.carousel.js",
"src/js/owl.autorefresh.js",
"src/js/owl.lazyload.js",
"src/js/owl.autoheight.js",
"src/js/owl.video.js",
"src/js/owl.animate.js",
"src/js/owl.autoplay.js",
"src/js/owl.navigation.js",
"src/js/owl.hash.js",
"src/js/owl.support.js"
]
},
"title": "Owl Carousel",
"download": "https://github.com/OwlCarousel2/OwlCarousel2/archive/master.zip",
"donate": "https://www.paypal.com"
}