summaryrefslogtreecommitdiffstats
path: root/catalog-ui/app/third-party/ng-infinite-scroll/bower.json
blob: 1171c45190dbac15a9853568c014c2d19419bc8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "name": "ngInfiniteScroll",
    "main": "build/ng-infinite-scroll.js",
    "ignore": [
        "**/.*",
        "_*",
        "node_modules",
        "compile",
        "test",
        "Gruntfile.coffee",
        ".*"
    ],
    "dependencies": {
        "angular": ">=1.2.0"
    }
}