forked from inuyaksa/jquery.nicescroll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.18 KB
/
package.json
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
{
"name": "nicescroll",
"version": "3.1.0",
"title": "jQuery.NiceScroll",
"author": {
"name": "InuYaksa",
"url": "https://github.com/inuyaksa"
},
"licenses": [
{
"type": "MIT",
"url": "MIT.LICENSE"
}
],
"dependencies": {
"jquery": ">=1.4.3"
},
"description": "Nicescroll is a jquery plugin, for nice customizabled scrollbars with a very similar ios/mobile style. It supports DIVs, IFrames and document page (body) scrollbars. Compatible with Firefox 4+, Chrome 5+, Safari 4+ (win/mac), Opera 10+, IE 6+ (all A-grade browsers). Compatible with iOS devices as iPad, Android, Blackberry, Windows Phone, and many many mobile and touch devices.",
"keywords": [
"nicescroll",
"jquery",
"interface",
"window",
"dom",
"div",
"scroll",
"ios",
"mobile",
"desktop",
"scrollbar",
"touch",
"android"
],
"homepage": "https://github.com/inuyaksa/jquery.nicescroll",
"contributors": [],
"files": [
"jquery.nicescroll.js",
"jquery.nicescroll.min.js",
"zoomico.png"
]
}