-
Notifications
You must be signed in to change notification settings - Fork 2
/
fixedscroll.jquery.json
37 lines (37 loc) · 997 Bytes
/
fixedscroll.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": "fixedscroll",
"title": "jQuery Fixed Scroll Background",
"description": "A responsive site layout with fixed-background scrolling sections.",
"keywords": [
"responsive",
"fixed",
"scroll",
"background",
"webdesign",
"ui"
],
"version": "1.0.1",
"author": {
"name": "Emma L. Baumstarck",
"url": "https://github.com/ebaumstarck"
},
"maintainers": [
{
"name": "Emma L. Baumstarck",
"url": "https://github.com/ebaumstarck"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ebaumstarck/JqueryFixedScrollBackground/blob/master/License.md"
}
],
"bugs": "https://github.com/ebaumstarck/JqueryFixedScrollBackground/issues",
"homepage": "http://fixedscroll.appspot.com/",
"docs": "https://github.com/ebaumstarck/JqueryFixedScrollBackground",
"download": "https://github.com/ebaumstarck/JqueryFixedScrollBackground/zipball/master",
"dependencies": {
"jquery": ">=1.9.1"
}
}