forked from Amphiluke/floating-scroll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
42 lines (42 loc) · 834 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
35
36
37
38
39
40
41
42
{
"name": "floating-scroll",
"description": "A lightweight jQuery plugin providing floating scrollbar functionality",
"main": [
"dist/jquery.floatingscroll.min.js",
"dist/jquery.floatingscroll.css"
],
"moduleType": [
"amd",
"globals",
"node"
],
"authors": [
"Amphiluke"
],
"license": "MIT",
"keywords": [
"scrollbar",
"widget",
"user-interface",
"jquery-plugin",
"ecosystem:jquery"
],
"homepage": "https://amphiluke.github.io/floating-scroll/",
"repository": {
"type": "git",
"url": "git://github.com/Amphiluke/floating-scroll.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"package.json",
"package-lock.json",
"rollup.config.js"
],
"dependencies": {
"jquery": ">=1.4.3"
}
}