12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "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"
- ]
- }
- ]
- }
|