From 8b336ab2e124508cd9c5d1993fa79b1c7a7cbf7e Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Wed, 8 Apr 2015 20:53:17 -0400 Subject: [PATCH] adding infinitescroll bower file for licensing --- awx/ui/static/lib/lrInfiniteScroll/bower.json | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 awx/ui/static/lib/lrInfiniteScroll/bower.json 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" + ] +}