-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
38 lines (38 loc) · 778 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
{
"name": "jquery-gotop",
"version": "1.3.2",
"description": "goTop is a <2kb Scroll to Top jQuery plugin.",
"homepage": "http://scottdorman.github.io/jquery-gotop",
"main": "src/jquery.gotop.js",
"ignore": [
".jshintrc",
"**/*.txt",
"*.nupkg"
],
"dependencies": {
"jquery": ">=1.6",
"fontawesome": ">=5.0.0"
},
"authors": [
"Scott Dorman (https://github.com/scottdorman)"
],
"keywords": [
"jquery-plugin",
"scroll",
"scrolltop",
"backtotop",
"scrolltotop",
"goup",
"gotop"
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"repository": {
"type": "git",
"url": "https://github.com/scottdorman/jquery-gotop.git"
}
}