Skip to content

Commit 900285a

Browse files
committed
Merge pull request #37 from iamhexcoder/master
Added bower.json file
2 parents af6d14c + 6bf14ff commit 900285a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

bower.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "parallax.js",
3+
"version": "1.3.1",
4+
"homepage": "http://pixelcog.com/parallax.js/",
5+
"description": "Simple parallax scrolling effect inspired by spotify.com implemented as a jQuery plugin",
6+
"main": "parallax.js",
7+
"keywords" : ["parallax", "scroll", "scrolling", "image"],
8+
"ignore": [
9+
".jshintrc",
10+
"**/*.txt"
11+
],
12+
"dependencies": {
13+
"jquery": ">=1.7"
14+
}
15+
}

0 commit comments

Comments
 (0)