perfect-scrollbar/bower.json
Hyunje Alex Jun 4357617540 Release 0.4.9.
1. Update jquery-mousewheel to 3.1.9
2. CommonJS compatible
3. Add 'includePadding' option
4. Bug fixes
2014-04-02 00:46:07 +09:00

26 lines
563 B
JSON

{
"name": "perfect-scrollbar",
"version": "0.4.9",
"homepage": "http://noraesae.github.io/perfect-scrollbar/",
"authors": [
"Hyeonje Jun <noraesae@yuiazu.net>"
],
"description": "Tiny but perfect jQuery scrollbar plugin",
"main": [
"min/perfect-scrollbar-0.4.9.min.css",
"min/perfect-scrollbar-0.4.9.min.js",
"min/perfect-scrollbar-0.4.9.with-mousewheel.min.js"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "2.x"
}
}