forked from FormstoneClassic/Scroller
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscroller.jquery.json
More file actions
34 lines (34 loc) · 806 Bytes
/
scroller.jquery.json
File metadata and controls
34 lines (34 loc) · 806 Bytes
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
{
"name": "scroller",
"version": "3.0.4",
"title": "Scroller",
"author": {
"name": "Ben Plum",
"email": "mr@benplum.com",
"url": "http://www.benplum.com"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"dependencies": {
"jquery": ">=1.7"
},
"description": "A jQuery plugin for replacing default browser scrollbars. Part of the Formstone Library.",
"keywords": [
"scroll",
"scrollbar",
"ui",
"javascript",
"jquery",
"formstone",
"benplum"
],
"docs": "http://formstone.it/scroller/",
"demo": "http://formstone.it/scroller/",
"download": "https://github.com/benplum/Scroller",
"bugs": "https://github.com/benplum/Scroller/issues",
"homepage": "http://formstone.it/scroller/"
}