Skip to content

Commit 80126a4

Browse files
committed
Add jQuery plugin manifest
1 parent 6969f8c commit 80126a4

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

stellar.jquery.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)