forked from malihu/malihu-custom-scrollbar-plugin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
40 lines (40 loc) · 1.01 KB
/
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
38
39
40
{
"name": "malihu-custom-scrollbar-plugin",
"version": "2.8.3",
"title": "malihu custom scrollbar plugin",
"description": "Custom scrollbar jQuery plugin that's fully customizable with CSS. Features vertical/horizontal scrolling, mouse-wheel support, scroll easing, adjustable scrollbar height/width, nested scrollbars, user defined callbacks etc.",
"main": "./jquery.mCustomScrollbar.js",
"keywords": [
"jquery",
"custom scrollbar",
"scrollbar"
],
"homepage": "http://manos.malihu.gr/jquery-custom-content-scroller/",
"author": {
"name": "malihu",
"url": "http://manos.malihu.gr"
},
"repository": {
"type": "git",
"url": "git://github.com/malihu/malihu-custom-scrollbar-plugin.git"
},
"licenses": [
{
"type": "GNU LGPL",
"url": "http://www.gnu.org/licenses/lgpl.html"
}
],
"dependencies": {
"jquery": ">=1.6",
"jquery-mousewheel": ">=3.0.6"
},
"ignore": [
"*.md",
"*.txt",
"*.json",
"*.html",
"/demo_files",
"/source_files",
"/js"
]
}