summaryrefslogtreecommitdiffstats
path: root/vbd/gui/module/src/main/resources/vpp/bower.json
blob: a6edf583720db333b7e21a31f6d11be1a0485e17 (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
33
34
35
36
37
{
  "name": "open-vpp",
  "description": "open-vpp",
  "main": "app.js",
  "authors": [
    "Varun Seereeram",
    "Chris Metz",
    "Dave Wallace",
    "Daniel Malachovsky"
  ],
  "license": "ISC",
  "keywords": [
    "open-vpp"
  ],
  "moduleType": [
    "node"
  ],
  "homepage": "",
  "private": true,
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "angular-animate": "^1.3.0 || >1.4.0-beta.0",
    "angular-aria": "^1.3.15 || >1.4.0-beta.0",
    "angular-material": "~0.11.4",
    "angular-smart-table": "~2.1.6",
    "angular-route": "~1.4.7"
  },
  "resolutions": {
    "angular": "1.4.8"
  }
}