Skip to content
This repository was archived by the owner on Jul 27, 2020. It is now read-only.

Commit 425a714

Browse files
committed
Merge pull request #6 from nakalsio/master
Added bower.json and .gitignore
2 parents bdcb08f + 71f22ba commit 425a714

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
lib-cov
2+
*.seed
3+
*.log
4+
*.csv
5+
*.dat
6+
*.out
7+
*.pid
8+
*.gz
9+
10+
pids
11+
logs
12+
results
13+
14+
npm-debug.log
15+
node_modules
16+
components

bower.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "jQuery-Parallax",
3+
"version": "1.1.3",
4+
"main": "scripts/jquery.parallax.js",
5+
"dependencies": {
6+
"jquery": "~1.8.3",
7+
"jquery.scrollTo": "~1.4.6",
8+
"jquery.serialScroll": "*"
9+
},
10+
"ignore": [
11+
"**/.*",
12+
"node_modules",
13+
"components"
14+
]
15+
}

0 commit comments

Comments
 (0)