-
Notifications
You must be signed in to change notification settings - Fork 38
/
bower.json
32 lines (32 loc) · 861 Bytes
/
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
{
"name": "malhar-angular-widgets",
"version": "0.2.0",
"license": "Apache License, v2.0",
"dependencies": {
"angular": "~1.3",
"jquery": "~2.0.3",
"angular-sanitize": "~1.3",
"bootstrap": "~3.0.3",
"angular-bootstrap": "0.11.0",
"angular-route": "~1.3",
"malhar-angular-table": ">=1.2.0",
"d3": "3.4.4",
"nvd3": "~1.1.15-beta",
"angularjs-nvd3-directives": "~0.0.7",
"malhar-angular-dashboard": "https://github.com/DataTorrent/malhar-angular-dashboard.git#master",
"visibilityjs": "~1.2.1",
"pines-notify": "~2.0.1",
"angular-pines-notify": "~1.0.0"
},
"devDependencies": {
"angular-mocks": "~1.3",
"angular-scenario": "~1.3"
},
"resolutions": {
"jquery": "~2.0.3",
"d3": "3.4.4",
"angular": ">=1.3",
"angular-bootstrap": "0.12.x",
"bootstrap": "~3.3.1"
}
}