-
Notifications
You must be signed in to change notification settings - Fork 61
/
bower.json
42 lines (42 loc) · 1.18 KB
/
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
42
{
"name": "dashboard-webapp",
"version": "0.0.1",
"dependencies": {
"angular": "~1.3",
"json3": "~3.2.4",
"jquery": "~1.9.1",
"es5-shim": "~2.0.8",
"angular-resource": "~1.3",
"angular-cookies": "~1.3",
"angular-sanitize": "~1.3",
"gridster": "~0.2.1",
"bootstrap": "~3.0.3",
"angular-bootstrap": "0.9.0",
"angular-route": "~1.3",
"jquery-ui": "~1.10.3",
"underscore": "~1.5.2",
"ng-grid": "2.0.11",
"d3": "3.4.4",
"nvd3": "~1.1.15-beta",
"angularjs-nvd3-directives": "~0.0.7",
"angular-pines-notify": "~0.1",
"pines-notify": "~1.3",
"angular-ui-sortable": "0.12.5",
"malhar-angular-widgets": "https://github.com/DataTorrent/malhar-angular-widgets.git#master",
"malhar-angular-dashboard": "https://github.com/DataTorrent/malhar-angular-dashboard.git#master"
},
"devDependencies": {
"angular-mocks": "~1.3",
"angular-scenario": "~1.3"
},
"resolutions": {
"angular-ui-sortable": "0.12.5",
"d3": "3.4.4",
"jquery": "~2.0.3",
"angular-bootstrap": "~0.11.0",
"jquery-ui": "~1.11.0",
"pines-notify": "~2.0.1",
"angular": "~1.2.22",
"angular-pines-notify": "~1.0.0"
}
}