This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
SXS20240115/SRC/iMES_PAD/JSplugins/perfect-scrollbar/.bower.json

31 lines
746 B
JSON
Raw Normal View History

2024-01-24 16:47:50 +08:00
{
"name": "perfect-scrollbar",
"version": "0.5.9",
"homepage": "http://noraesae.github.io/perfect-scrollbar/",
"authors": [
"Hyunje Alex Jun <me@noraesae.net>"
],
"description": "Tiny but perfect jQuery scrollbar plugin",
"main": [
"src/perfect-scrollbar.css",
"src/perfect-scrollbar.js"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"dependencies": {
"jquery": ">=1.10"
},
"_release": "0.5.9",
"_resolution": {
"type": "version",
"tag": "0.5.9",
"commit": "f6af3e071110bc09294fb950959051a079897582"
},
"_source": "https://github.com/noraesae/perfect-scrollbar-bower.git",
"_target": "~0.5.1",
"_originalSource": "perfect-scrollbar"
}