diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..61e723e --- /dev/null +++ b/bower.json @@ -0,0 +1,13 @@ +{ + "name": "angular-infinite-scroll", + "main": "src/infinite-scroll.js", + "scripts": [ + "src/infinite-scroll.js" + ], + "ignore": [ + ".DS_Store", + ".gitattributes", + ".gitignore", + ".editorconfig" + ] +}