forked from Invis1ble/scrollbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
34 lines (34 loc) · 776 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "scrollbox",
"homepage": "https://github.com/Invis1ble/scrollbox",
"authors": [
"Invis1ble"
],
"description": "A lightweight jQuery custom scrollbar plugin, that triggers event when reached the defined point.",
"main": [
"dist/js/scrollbox.js",
"src/less/scrollbox.less"
],
"moduleType": "globals",
"keywords": [
"jquery",
"scroll",
"scrolling",
"scrollbar",
"ui",
"trigger",
"infinite-scrolling",
"touchscreen",
"momentum",
"kinetic",
"inertia"
],
"license": "MIT",
"ignore": [
"node_modules"
],
"dependencies": {
"jquery": ">=1.8",
"jquery-mousewheel": ">=3.1.13"
}
}