-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
executable file
·35 lines (35 loc) · 954 Bytes
/
bower.json
File metadata and controls
executable file
·35 lines (35 loc) · 954 Bytes
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": "material",
"version": "1.2.4",
"dependencies": {
"jquery": "~2.2.1",
"angular": "~1.5.0",
"angular-route": "~1.5.0",
"angular-animate": "~1.5.0",
"angular-aria": "~1.5.0",
"angular-messages": "~1.5.0",
"angular-material": "1.0.9",
"angular-ui-router": "~0.3.0",
"angular-bootstrap": "~1.3.2",
"angular-translate": "~2.11.0",
"angular-translate-loader-static-files": "~2.11.0",
"material-design-iconic-font": "~2.2.0",
"font-awesome": "~4.6.1",
"jquery.slimscroll": "~1.3.3",
"angular-validation-match": "~1.9.0",
"angular-scroll": "~1.0.0",
"textAngular": "~1.5.0",
"jquery-steps": "~1.1.0",
"angular-ui-tree": "~2.14.0",
"ngmap": "~1.17.0",
"echarts": "~2.2.7",
"angular-wizard": "^0.6.1",
"ngECharts": "ngecharts#^0.2.0"
},
"devDependencies": {
"bootstrap-sass-official": "~3.3.0"
},
"resolutions": {
"angular": "~1.5.0"
}
}