-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
executable file
·41 lines (41 loc) · 998 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
36
37
38
39
40
41
{
"name": "aus-env",
"version": "0.0.0",
"dependencies": {
"angular": "~1.5.1",
"angular-animate": "~1.5.1",
"angular-aria": "~1.5.1",
"angular-bootstrap": "^1.2.0",
"angular-resource": "~1.5.1",
"angular-route": "~1.5.1",
"angular-touch": "~1.5.1",
"bootstrap-sass-official": "3.4.1",
"font-awesome": "~4.5.0",
"ng-static-data": "flowmatters/ng-static-data",
"dap-query-js": "flowmatters/dap-query-js",
"angular-sanitize": "~1.5.1",
"angular-ui-select": "^0.19.4",
"angular-google-maps": "2.3.2",
"proj4": "^2.3.15",
"plotlyjs": "plotly#^1.18.1"
},
"devDependencies": {
"angular-mocks": "~1.5.1"
},
"appPath": "app",
"moduleName": "ausEnvApp",
"overrides": {
"bootstrap": {
"main": [
"less/bootstrap.less",
"dist/css/bootstrap.css",
"dist/js/bootstrap.js"
]
}
},
"resolutions": {
"angular": "~1.5.1",
"Chart.js": "~1.1.1",
"screenfull":"~2.0.0"
}
}