hjg
2024-10-30 8cf23534166c07e711aac2a25911ada317ba01f0
提交 | 用户 | 时间
58d006 1 {
A 2   "name"        : "slimScroll",
3   "version"     : "1.3.1",
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 }