| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 | {  "name": "nicescroll",  "version": "3.6.7",  "bugs": "http://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"  },  "licenses": [    {      "type": "MIT",      "url": "MIT.LICENSE"    }  ],		"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 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",    "jquery-plugin",    "ecosystem:jquery",    "interface",    "window",    "dom",    "div",    "scroll",    "ios",    "mobile",    "desktop",    "scrollbar",    "touch",    "android"  ],  "homepage": "https://github.com/inuyaksa/jquery.nicescroll",  "contributors": [    "inuyaksa",    "GianlucaGuarini",    "nkovacs",    "zcourts",    "philleepflorence",    "gustavnikolaj",    "laychopy",    "barraq",    "efoxbr",    "hypesystem",    "schweighart",    "ephigabay",    "shinnn",    "TNKSoftware"  ],  "files": [    "jquery.nicescroll.js",    "jquery.nicescroll.min.js",    "zoomico.png"  ],  "main": "jquery.nicescroll.js",  "dependencies": {    "jquery": ">=1.8.3"  },  "devDependencies": {},  "npmName": "nicescroll",  "npmFileMap": [{    "basePath": "/dist/",    "files": [      "*.js",      "zoomico.png"    ]  }]}
 |