forked from nolimits4web/Swiper-Scrollbar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
37 lines (37 loc) · 767 Bytes
/
bower.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
31
32
33
34
35
36
37
{
"name": "swiper-scrollbar",
"repository": {
"type": "git",
"url": "https://github.com/nolimits4web/Swiper-Scrollbar.git"
},
"description": "Scrollbar plugin for Swiper",
"version": "2.4.1",
"author": "Vladimir Kharlampidi",
"keywords": [
"swiper",
"swipe",
"slider",
"plugin",
"scrollbar"
],
"homepage": "http://www.idangero.us/sliders/swiper/plugins/scrollbar.php",
"scripts": [
"dist/idangerous.swiper.scrollbar.js"
],
"main": [
"dist/idangerous.swiper.scrollbar.js",
"dist/idangerous.swiper.scrollbar.css"
],
"license": ["GPL", "MIT"],
"dependencies": {
"swiper": "~2.4.2"
},
"ignore": [
".*",
"demos",
"Gruntfile",
"lib",
"node_modules",
"package.json"
]
}