mirror of https://github.com/ColorlibHQ/gentelella
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.
45 lines
1.0 KiB
45 lines
1.0 KiB
{
|
|
"name": "malihu-custom-scrollbar-plugin",
|
|
"title": "malihu custom scrollbar plugin",
|
|
"description": "Highly customizable custom scrollbar jQuery plugin, featuring vertical/horizontal scrollbars, scrolling momentum, mouse-wheel, keyboard and touch support, user defined callbacks etc.",
|
|
"main": [
|
|
"./jquery.mCustomScrollbar.js",
|
|
"./jquery.mCustomScrollbar.css",
|
|
"./mCSB_buttons.png"
|
|
],
|
|
"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": "MIT",
|
|
"url": "http://opensource.org/licenses/MIT"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"jquery": ">=1.6",
|
|
"jquery-mousewheel": ">=3.0.6"
|
|
},
|
|
"ignore": [
|
|
"*.md",
|
|
".*",
|
|
"*.txt",
|
|
"*.json",
|
|
"*.html",
|
|
"/examples",
|
|
"/source-files",
|
|
"/js"
|
|
]
|
|
}
|