forked from vonKristoff/starscroll
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstarscroll.jquery.json
More file actions
33 lines (33 loc) · 1.03 KB
/
starscroll.jquery.json
File metadata and controls
33 lines (33 loc) · 1.03 KB
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
{
"name": "starscroll",
"title": "Starscroll - A parallax scrolling starfield",
"description": "This jquery plugin adds a fullscreen starfield, generated in canvas, controlled by css to any div. The parallax responds when user scrolls (no matter how big your content), or when is set to animate. Why? because every website needs a starfield!",
"keywords": [
"css3",
"canvas",
"effect",
"jquery",
"starfield",
"javascript",
"parallax",
"background",
"animation"
],
"version": "0.1.3",
"author": {
"name": "vonKristoff",
"url": "http://bite-software.co.uk"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"homepage": "http://bite-software.co.uk/starscroll",
"docs": "https://github.com/vonKristoff/starscroll",
"download": "https://github.com/vonKristoff/starscroll/archive/master.zip",
"dependencies": {
"jquery": ">=1.8.1"
}
}