aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket-be/portal-marketplace/src/main/webapp/bower.json
blob: 4f2d96ab4c8c08e9f314b62a7b9328d4c3717f33 (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
{
  "name": "vnfmarket",
  "description": "Marketplace UI for VNF Services",
  "version": "0.0.1",
  "install": {
    "path": {
      "js": "app/assets/libs",
      "css": "app/assets/css"
    }
  },
  "dependencies": {
    "json3": "3.3.1",
    "es5-shim": "3.1.0",
    "angular": ">=1.3.*",
    "angular-aria": ">=1.3.*",
    "angular-mocks": ">=1.3.*",
    "angular-cookies": ">=1.3.*",
    "angular-animate": ">=1.3.*",
    "angular-sanitize": ">=1.3.*",
    "angular-resource": ">=1.3.*",
    "angular-material-icons": "~0.6.0",
    "angular-messages": ">=1.3.*",
    "angular-material": ">=1.0.1",
    "angular-ui-router": "~0.2.10",
    "bootstrap": "3.3.7",
    "components-font-awesome": "^4.7.0"
  },
  "resolutions": {
    "angular": ">=1.3.*"
  }
}