Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
{
2
  "name"        : "slimScroll",
3
  "version"     : "1.3.2",
4
  "title"       : "jQuery slimScroll scrollbar",
5
  "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.",
6
  "keywords"    : ["scrollbar", "scroll", "slimscroll", "scrollable", "scrolling", "scroller", "ui"],
7
  "demo"        : "http://rocha.la/jQuery-slimScroll/",
8
  "homepage"    : "http://rocha.la/jQuery-slimScroll/",
9
  "download"    : "http://rocha.la/jQuery-slimScroll/",
10
 
11
  "author" : {
12
    "name"  : "Piotr Rochala",
13
    "url"   : "http://rocha.la/"
14
  },
15
 
16
  "dependencies" : {
17
    "jquery" : ">= 1.7"
18
  },
19
 
20
  "licenses" : [
21
    {
22
      "type": "MIT",
23
      "url": "http://www.opensource.org/licenses/mit-license.php"
24
    },
25
    {
26
      "type": "GPL",
27
      "url": "http://www.opensource.org/licenses/gpl-license.php"
28
    }
29
  ]
30
}