-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
35 lines (35 loc) · 866 Bytes
/
bower.json
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
{
"name": "idp-frontend",
"description": "IDP Baggage Handling System",
"version": "0.0.0",
"homepage": "https://github.com/Akash-M/idp-frontend",
"license": "MIT",
"private": true,
"dependencies": {
"angular": "1.5.2",
"angular-resource": "1.5.2",
"normalize-libsass": "1.0.3",
"angular-ui-router": "0.2.18",
"angular-material": "1.0.7",
"angular-breadcrumb": "0.4.1",
"angular-bootstrap": "1.3.3",
"bootstrap-sass": "bootstrap-sass#3.3.6",
"angular-ui-select": "0.18.0",
"highcharts-ng": "0.0.11",
"ng-table": "1.0.0"
},
"overrides": {
"angular-utils-ui-breadcrumbs": {
"main": "uiBreadcrumbs.js"
},
"material-design-icons": {
"main": "sprites/svg-sprite/*.svg"
}
},
"devDependencies": {
"angular-mocks": "1.5.2"
},
"resolutions": {
"angular": "1.5.2"
}
}