Skip to content

Commit

Permalink
Merge pull request #493 from paladisco/master
Browse files Browse the repository at this point in the history
Added bower.json for Bower Integration
  • Loading branch information
paulirish committed Apr 15, 2014
2 parents 3ffe36b + d0855b4 commit 50186da
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "jquery-infinite-scroll",
"version": "2.0b2.120520",
"homepage": "https://github.com/paulirish/infinite-scroll",
"authors": [
"paulirish"
],
"description": "jQuery Infinite Scroll Plugin",
"main": "jquery.infinitescroll.js",
"keywords": [
"jquery",
"infinitescroll"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit 50186da

Please sign in to comment.