-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathscrollToTop.jquery.json
34 lines (34 loc) · 1022 Bytes
/
scrollToTop.jquery.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": "scrollToTop",
"title": "jQuery scrollToTop",
"description": "One click to scroll back to the top of the webpage.",
"keywords": [
"scrollToTop"
],
"version": "1.0.3",
"author": {
"name": "Yang Zhao",
"url": "http://www.geniuscarrier.com/about/"
},
"maintainers": [
{
"name": "Yang Zhao",
"email": "[email protected]",
"url": "http://www.geniuscarrier.com/"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"bugs": "https://github.com/geniuscarrier/scrollToTop/issues",
"demo": "http://www.geniuscarrier.com/demo/scrollToTop/",
"homepage": "http://geniuscarrier.com/scrolltotop-a-jquery-plugin/",
"docs": "https://github.com/geniuscarrier/scrollToTop",
"download": "https://github.com/geniuscarrier/scrollToTop/archive/master.zip",
"dependencies": {
"jquery": ">=1.5"
}
}