-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
71 lines (71 loc) · 1.64 KB
/
bower.json
File metadata and controls
71 lines (71 loc) · 1.64 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "dbboard",
"version": "0.0.0",
"dependencies": {
"angular": "~1.2.*",
"json3": "~3.3.1",
"es5-shim": "~3.0.1",
"jquery": "~2.0.3",
"bootstrap": "~3.1.1",
"angular-resource": ">=1.2.*",
"angular-cookies": ">=1.2.*",
"angular-sanitize": ">=1.2.*",
"angular-bootstrap": "~0.11.0",
"font-awesome": ">=4.1.0",
"lodash": "~2.4.1",
"angular-socket-io": "~0.6.0",
"angular-ui-router": "~0.2.10",
"angular-local-storage": "~0.0.6",
"jquery-ui": "~1.11.1",
"angular-markdown-directive": "~0.3.0",
"highcharts-ng": "~0.0.6",
"highcharts": "~4.0.3",
"ng-grid": "~2.0.12",
"select2": "~3.5.1",
"angular-ui-select2": "~0.0.5",
"angular-ui-date": "~0.0.4",
"showdown": "~0.3.1",
"mdo-http-auth-interceptor": "~1.0.0",
"angular-animate": ">=1.3.8",
"ngprogress": "~1.0.7",
"angular-dashboard-framework": "~0.8.0",
"adf-structures-base": "~0.1.0"
},
"devDependencies": {
"angular-mocks": ">=1.2.*",
"angular-scenario": ">=1.2.*"
},
"overrides": {
"highcharts": {
"main": [
"highcharts.js",
"highcharts-more.js",
"modules/exporting.js",
"modules/drilldown.js"
]
},
"mdo-http-auth-interceptor": {
"main": [
"http-auth-interceptor.js"
]
},
"ng-grid": {
"main": [
"build/ng-grid.js",
"ng-grid.css",
"plugins/ng-grid-flexible-height.js"
]
},
"showdown": {
"main": [
"src/showdown.js"
]
},
"jquery-ui": {
"main": [
"jquery-ui.js",
"themes/cupertino/jquery-ui.css"
]
}
}
}