2014-02-26 23:18:07 +08:00
|
|
|
{
|
|
|
|
"name": "perfect-scrollbar",
|
2014-07-17 01:57:45 +08:00
|
|
|
"version": "0.4.11",
|
2014-02-26 23:18:07 +08:00
|
|
|
"homepage": "http://noraesae.github.io/perfect-scrollbar/",
|
|
|
|
"authors": [
|
2014-04-29 21:22:02 +08:00
|
|
|
"Hyeonje Alex Jun <me@noraesae.net>"
|
2014-02-26 23:18:07 +08:00
|
|
|
],
|
|
|
|
"description": "Tiny but perfect jQuery scrollbar plugin",
|
|
|
|
"main": [
|
2014-05-17 12:55:21 +08:00
|
|
|
"min/perfect-scrollbar.min.css",
|
|
|
|
"min/perfect-scrollbar.min.js",
|
|
|
|
"min/perfect-scrollbar.with-mousewheel.min.js"
|
2014-02-26 23:18:07 +08:00
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"ignore": [
|
|
|
|
"**/.*",
|
|
|
|
"node_modules",
|
|
|
|
"bower_components",
|
|
|
|
"test",
|
|
|
|
"tests"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
2014-07-06 00:46:17 +08:00
|
|
|
"jquery": ">=1.10"
|
2014-02-26 23:18:07 +08:00
|
|
|
}
|
|
|
|
}
|