aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/bower_components/jquery-slimscroll/bower.json
blob: 831eb3245e331f47e1804d01ed3048a32bd4b319 (plain) (blame)
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
46
{
  "name": "jquery-slimscroll",
  "version": "1.3.8",
  "description": "slimScroll is a small jQuery plugin that transforms any div into a scrollable area. slimScroll doesn't occupy any visual space as it only appears on a user initiated mouse-over.",
  "keywords": [
    "scrollbar",
    "scroll",
    "slimscroll",
    "scrollable",
    "scrolling",
    "scroller",
    "ui",
    "jquery-plugin",
    "ecosystem:jquery"
  ],
  "homepage": "http://rocha.la/jQuery-slimScroll/",
  "authors": [
    { "name": "Piotr Rochala", "homepage": "http://rocha.la/" }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/rochal/jQuery-slimScroll.git"
  },
  "main": [
    "jquery.slimscroll.js",
    "jquery.slimscroll.min.js"
  ],
  "licenses" : [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/mit-license.php"
    },
    {
      "type": "GPL",
      "url": "http://www.opensource.org/licenses/gpl-license.php"
    }
  ],
  "moduleType": [],
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ]
}