mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 19:51:08 -03:30
adding infinitescroll bower file for licensing
This commit is contained in:
23
awx/ui/static/lib/lrInfiniteScroll/bower.json
Normal file
23
awx/ui/static/lib/lrInfiniteScroll/bower.json
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"name": "lrInfiniteScroll",
|
||||||
|
"main": "lrInfiniteScroll.js",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"homepage": "https://github.com/lorenzofox3/lrInfiniteScroll",
|
||||||
|
"authors": [
|
||||||
|
"lorenzofox3 <laurent34azerty@gmail.com>"
|
||||||
|
],
|
||||||
|
"description": "angular directive to handle element scroll",
|
||||||
|
"keywords": [
|
||||||
|
"angular",
|
||||||
|
"scroll",
|
||||||
|
"inifinite"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"ignore": [
|
||||||
|
"**/.*",
|
||||||
|
"node_modules",
|
||||||
|
"bower_components",
|
||||||
|
"test",
|
||||||
|
"tests"
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user