Blame view

controllets/shared_js/malihu-custom-scrollbar-plugin-3.0.9/bower.json 1.06 KB
73bcce88   luigser   COMPONENTS
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
41
42
43
44
45
  {
    "name": "malihu-custom-scrollbar-plugin",
    "version": "3.0.9",
    "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"
    ]
  }