We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6969f8c commit 80126a4Copy full SHA for 80126a4
stellar.jquery.json
@@ -0,0 +1,29 @@
1
+{
2
+ "name": "stellar",
3
+ "title": "Stellar.js",
4
+ "version": "0.5.0",
5
+ "description": "Parallax scrolling made easy.",
6
+ "homepage": "http://markdalgleish.com/projects/stellar.js",
7
+ "author": {
8
+ "name": "Mark Dalgleish",
9
+ "url": "http://markdalgleish.com"
10
+ },
11
+ "keywords": [
12
+ "parallax",
13
+ "scroll",
14
+ "effect",
15
+ "animation"
16
+ ],
17
+ "licenses": [
18
+ {
19
+ "type": "MIT",
20
+ "url": "http://markdalgleish.mit-license.org"
21
+ }
22
23
+ "dependencies": {
24
+ "jquery": ">=1.4.3"
25
26
+ "bugs": "https://github.com/markdalgleish/stellar.js/issues",
27
+ "docs": "http://markdalgleish.com/projects/stellar.js/docs",
28
+ "download": "https://github.com/markdalgleish/stellar.js#installation"
29
+}
0 commit comments