-
Notifications
You must be signed in to change notification settings - Fork 1.7k
/
package.json
82 lines (82 loc) · 1.95 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "jquery.nicescroll",
"version": "3.7.6",
"bugs": "https://github.com/inuyaksa/jquery.nicescroll/issues",
"repository": {
"type": "git",
"url": "[email protected]:inuyaksa/jquery.nicescroll.git"
},
"title": "jQuery.NiceScroll",
"author": {
"name": "InuYaksa",
"url": "https://github.com/inuyaksa"
},
"license": "MIT",
"autoupdate": {
"source": "git",
"target": "git://github.com/inuyaksa/jquery.nicescroll.git",
"basePath": "dist",
"files": [
"**/*"
]
},
"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 modern browsers Chrome/Firefox/Edge/Safari/Opera for smartphone ios/android and desktop pc/mac: iphone/ipad/ipod, android, surface, pc (chrome/firefox) mac (safari/chrome). Compatibile with older browers too, such as IE11/10/9, some limitations could exists.",
"keywords": [
"nicescroll",
"jquery",
"jquery-plugin",
"ecosystem:jquery",
"interface",
"window",
"dom",
"div",
"scroll",
"ios",
"mobile",
"desktop",
"scrollbar",
"touch",
"android",
"chrome",
"firefox",
"safari",
"surface",
"edge"
],
"homepage": "https://github.com/inuyaksa/jquery.nicescroll",
"contributors": [
"inuyaksa",
"GianlucaGuarini",
"nkovacs",
"zcourts",
"philleepflorence",
"gustavnikolaj",
"laychopy",
"barraq",
"efoxbr",
"hypesystem",
"schweighart",
"ephigabay",
"shinnn",
"TNKSoftware"
],
"files": [
"dist/jquery.nicescroll.js",
"dist/jquery.nicescroll.min.js",
"dist/zoomico.png"
],
"main": "jquery.nicescroll.js",
"dependencies": {
"jquery": ">=1.8.3"
},
"npmName": "jquery.nicescroll",
"npmFileMap": [
{
"basePath": "/dist/",
"files": [
"*.js",
"zoomico.png"
]
}
]
}