forked from yckart/jquery.scrollto.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscrollto.jquery.json
More file actions
30 lines (30 loc) · 798 Bytes
/
scrollto.jquery.json
File metadata and controls
30 lines (30 loc) · 798 Bytes
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
{
"name": "scrollto",
"title": "jQuery scrollTo",
"description": "Scroll smooth to any element in your DOM.",
"keywords": [
"scrollto",
"smooth",
"scroll",
"hash"
],
"version": "0.0.1",
"author": {
"name": "Yannick Albert",
"email": "[email protected]",
"url": "https://github.com/yckart"
},
"licenses": [
{
"type": "MIT",
"url": "http://yckart.com/mit/"
}
],
"homepage": "http://yckart.github.com/jquery.scrollto.js",
"demo": "http://yckart.github.com/jquery.scrollto.js",
"docs": "https://github.com/yckart/jquery.scrollto.js",
"bugs": "https://github.com/yckart/jquery.scrollto.js/issues",
"dependencies": {
"jquery": ">=1.8"
}
}