summaryrefslogtreecommitdiffstats
path: root/cvp/3rd_party/static/testapi-ui/assets/lib/angular-busy/bower.json
blob: e670a48712c9b9bc077f17ac79d1dc77f24cc016 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
  "name": "angular-busy",
  "version": "4.1.3",
  "main": [
    "dist/angular-busy.js",
    "dist/angular-busy.css"
  ],
  "dependencies": {
    "angular": "~1.3",
    "angular-animate": "~1.3"
  },
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "components",
    "test",
    "temp",
    "demo",
    "lib",
    "./angular-busy.css",
    "./angular-busy.html",
    "./angular-busy.js",
    "Gruntfile.js",
    "package.json",
    "README.md"
  ],
  "devDependencies": {
    "angular-mocks": "~1.3",
    "jquery": "~2.1.0"
  }
}