forked from janpaepke/ScrollMagic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ScrollMagic.jquery.json
37 lines (37 loc) · 949 Bytes
/
ScrollMagic.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
{
"name": "ScrollMagic",
"version": "1.0.5",
"title": "ScrollMagic",
"author": {
"name": "Jan Paepke",
"url": "http://www.janpaepke.de"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/janpaepke/ScrollMagic/blob/master/LICENSE.md"
},
{
"type": "GPL",
"url":"http://www.gnu.org/licenses/gpl-3.0.html"
}
],
"dependencies": {
"jquery": ">=1.6",
"greensock":">=1.8"
},
"description": "The jQuery plugin for magical scroll interactions.",
"keywords": [
"scroll",
"scrolling",
"animation",
"sticky",
"pin",
"scrollbar",
"position",
"progress"
],
"homepage": "http://janpaepke.github.io/ScrollMagic/",
"docs": "http://janpaepke.github.io/ScrollMagic/docs",
"demo": "http://janpaepke.github.io/ScrollMagic/"
}