forked from angular-dashboard-framework/adf-dynamic-example
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
25 lines (25 loc) · 697 Bytes
/
bower.json
File metadata and controls
25 lines (25 loc) · 697 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
{
"name": "adf-dynamic-example",
"dependencies": {
"angular": "1.3.15",
"angular-route": "1.3.15",
"bootstrap": "3.3.4",
"angular-bootstrap": "0.12.0",
"angular-dashboard-framework": "0.8.0",
"adf-structures-base": "^0.1.0",
"adf-widget-clock": "~0.1.0",
"adf-widget-github": "~0.1.1",
"adf-widget-iframe": "~0.1.0",
"adf-widget-weather": "~0.1.0",
"adf-widget-markdown": "~0.1.0",
"adf-widget-randommsg": "~0.1.0",
"adf-widget-linklist": "~0.1.0",
"adf-widget-news": "~0.1.0",
"adf-widget-version": "~0.1.0"
},
"resolutions": {
"angular": "1.3.15",
"bootstrap": "3.3.4",
"angular-dashboard-framework": "0.8.0"
}
}