diff --git a/awx/ui/static/lib/lrInfiniteScroll/bower.json b/awx/ui/static/lib/lrInfiniteScroll/bower.json new file mode 100644 index 0000000000..0b5236983a --- /dev/null +++ b/awx/ui/static/lib/lrInfiniteScroll/bower.json @@ -0,0 +1,23 @@ +{ + "name": "lrInfiniteScroll", + "main": "lrInfiniteScroll.js", + "version": "1.0.0", + "homepage": "https://github.com/lorenzofox3/lrInfiniteScroll", + "authors": [ + "lorenzofox3 " + ], + "description": "angular directive to handle element scroll", + "keywords": [ + "angular", + "scroll", + "inifinite" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}