forked from janpaepke/ScrollMagic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
54 lines (54 loc) · 879 Bytes
/
bower.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "scrollmagic",
"version": "2.0.5",
"description": "The javascript library for magical scroll interactions.",
"homepage": "http://ScrollMagic.io",
"repository": {
"type": "git",
"url": "https://github.com/janpaepke/ScrollMagic.git"
},
"authors": [
{
"name": "Jan Paepke",
"homepage": "http://www.janpaepke.de"
}
],
"main": "scrollmagic/uncompressed/ScrollMagic.js",
"keywords": [
"scroll",
"scrolling",
"animation",
"sticky",
"pin",
"fixed",
"scrollbar",
"scrub",
"sync",
"position",
"progress",
"parallax",
"events",
"classes",
"jquery-plugin",
"ecosystem:jquery"
],
"ignore": [
"**/.*",
"css",
"dev",
"docs",
"examples",
"img",
"js",
"index.html",
"gulpfile.js",
"CONTRIBUTING.md",
"CHANGELOG.md",
"package.json",
"ScrollMagic.jquery.json"
],
"license": [
"MIT",
"GPL-3.0+"
]
}