2014-02-26 23:18:07 +08:00
|
|
|
{
|
|
|
|
"name": "perfect-scrollbar",
|
2014-04-27 18:49:33 +08:00
|
|
|
"version": "0.4.10",
|
2014-02-26 23:18:07 +08:00
|
|
|
"homepage": "http://noraesae.github.io/perfect-scrollbar/",
|
|
|
|
"authors": [
|
2014-04-11 06:39:31 +08:00
|
|
|
"Hyeonje Alex Jun <noraesae@yuiazu.net>"
|
2014-02-26 23:18:07 +08:00
|
|
|
],
|
|
|
|
"description": "Tiny but perfect jQuery scrollbar plugin",
|
|
|
|
"main": [
|
2014-04-27 18:49:33 +08:00
|
|
|
"min/perfect-scrollbar-0.4.10.min.css",
|
|
|
|
"min/perfect-scrollbar-0.4.10.min.js",
|
|
|
|
"min/perfect-scrollbar-0.4.10.with-mousewheel.min.js"
|
2014-02-26 23:18:07 +08:00
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"ignore": [
|
|
|
|
"**/.*",
|
|
|
|
"node_modules",
|
|
|
|
"bower_components",
|
|
|
|
"test",
|
|
|
|
"tests"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
|
|
|
"jquery": "2.x"
|
|
|
|
}
|
|
|
|
}
|