Skip to content

Commit 7df7e33

Browse files
author
Shaun Baer
committed
Added bower.json file
1 parent af6d14c commit 7df7e33

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

bower.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "parallax.js",
3+
"version": "1.3.1",
4+
"homepage": "http://pixelcog.com/parallax.js/",
5+
"main": "parallax.js",
6+
"ignore": [
7+
".jshintrc",
8+
"**/*.txt"
9+
],
10+
"dependencies": {
11+
"jquery": ">=1.7"
12+
}
13+
}

0 commit comments

Comments
 (0)