forked from geniuscarrier/scrollToTop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscrollToTop.jquery.json
34 lines (34 loc) · 1006 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": "a scrollToTop jQuery plugin.",
"keywords": [
"scrollToTop"
],
"version": "1.0.1",
"author": {
"name": "Yang Zhao",
"url": "http://www.geniuscarrier.com/about/"
},
"maintainers": [
{
"name": "Yang Zhao",
"email": "geniuscarrier@gmail.com",
"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/scrollToTop.html",
"homepage": "https://github.com/geniuscarrier/scrollToTop",
"docs": "https://github.com/geniuscarrier/scrollToTop",
"download": "https://github.com/geniuscarrier/scrollToTop/archive/master.zip",
"dependencies": {
"jquery": ">=1.5"
}
}