forked from fatrex/jquery-goup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
32 lines (32 loc) · 768 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
{
"name": "jquery-goup",
"version": "1.1.0",
"homepage": "https://github.com/Ryuk87/jquery-goup",
"description": "A simple jQuery plugin that let users go back to the top of a web page.",
"main": "./src/jquery.goup.js",
"keywords": [
"jquery-plugin",
"scroll",
"scrolltop",
"backtotop",
"scrolltotop"
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
},
{
"type":"GPL",
"url":"http://www.gnu.org/licenses/gpl.html"
}
],
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}