-
-
Notifications
You must be signed in to change notification settings - Fork 208
/
animatescroll.jquery.json
38 lines (38 loc) · 1.11 KB
/
animatescroll.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
35
36
37
38
{
"name": "animatescroll",
"title": "AnimateScroll",
"description": "A Simple jQuery Plugin for Animating Scroll with more than 30 unique easing effects",
"keywords": [
"animatescroll",
"scrollanimate",
"scroll",
"animation",
"scrollto"
],
"version": "1.0.7",
"author": {
"name": "Ram Swaroop",
"email": "ramswarooppatra@gmail.com",
"url": "http://www.ramswaroop.me"
},
"maintainers": [
{
"name": "Compzets.com",
"email": "ram@compzets.com",
"url": "http://www.compzets.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ramswaroop/animatescroll.js/blob/master/MIT-License.txt"
}
],
"bugs": "https://github.com/ramswaroop/animatescroll.js/issues",
"homepage": "http://plugins.compzets.com/animatescroll",
"demo": "http://plugins.compzets.com/animatescroll",
"docs": "https://github.com/ramswaroop/animatescroll.js/blob/master/README.md",
"dependencies": {
"jquery": ">=1.5"
}
}