-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
40 lines (40 loc) · 1.08 KB
/
bower.json
File metadata and controls
40 lines (40 loc) · 1.08 KB
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
{
"name": "material",
"version": "1.2.0",
"dependencies": {
"angular": "~1.4.0",
"angular-aria": "~1.4.0",
"angular-bootstrap": "~1.1.2",
"angular-material": "1.0.4",
"angular-messages": "~1.4.0",
"angular-resizable": "~1.2.0",
"angular-route": "~1.4.0",
"angular-scroll": "~1.0.0",
"angular-timeago": "~0.2.4",
"angular-translate": "~2.9.0",
"angular-translate-loader-static-files": "~2.9.0",
"angular-ui-router": "~0.2.14",
"angular-ui-tree": "~2.14.0",
"angular-validation-match": "~1.7.0",
"angular-wizard": "^0.6.1",
"cytoscape": "~2.6.3",
"datetimeRangePicker": "~1.3.0",
"echarts": "~2.2.7",
"font-awesome": "~4.5.0",
"jquery": "~2.1.4",
"jquery-steps": "~1.1.0",
"jquery.slimscroll": "~1.3.3",
"material-design-iconic-font": "~2.2.0",
"ngECharts": "ngecharts#~0.1.1",
"ngmap": "~1.16.0",
"textAngular": "~1.5.0"
},
"devDependencies": {
"bourbon": "~4.2.0",
"bootstrap-sass-official": "~3.3.0"
},
"resolutions": {
"angular": "~1.4.0",
"angular-animate": "^1.4.8"
}
}