forked from crismaproject/worldstate-analysis-widgets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
57 lines (57 loc) · 1.39 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "scenario-analysis",
"version": "0.1",
"main": [
"dist/scripts/worldstate-analysis-widget.js",
"dist/scripts/worldstate-analysis-widget-tpl.js"
],
"ignore": [
".*",
"app",
"config",
"nbproject",
"test",
"Gruntfile.js",
"karma*",
"package.json"
],
"dependencies": {
"seamless.js": "1.4.0",
"angular-strap": "2.1.6",
"angular": "1.2.32",
"angular-resource": "1.2.32",
"angular-commons": "0.2.0",
"json3": "3.2.6",
"es5-shim": "2.1.0",
"jquery": "2.1.4",
"jquery-ui": "1.10.4",
"ng-table": "0.3.3",
"bootstrap": "3.4.1",
"icmm_js": "1.1.2",
"dynatree": "1.2.8",
"crisma-worldstate-tree-widget-angular": "1.0.10",
"d3": "3.3.13",
"nvd3": "1.1.15-beta",
"angularjs-nvd3-directives": "0.0.7",
"jquery-knob": "1.2.13",
"ngDialog": "0.2.14",
"radar-chart-d3": "1.2.1",
"html2canvas": "https://github.com/niklasvh/html2canvas/releases/download/v1.0.0-alpha.12/html2canvas.js",
"angular-bootstrap": "0.11.2",
"angular-cookies": "1.2.32"
},
"devDependencies": {
"angular-mocks": "1.2.32",
"angular-scenario": "1.2.32"
},
"resolutions": {
"bootstrap": "3.4.1",
"d3": "3.3.13",
"icmm_js": "1.1.2",
"angular": "1.2.32",
"jquery": "2.1.4",
"angular-resource": "1.2.32",
"dynatree": "1.2.8",
"html2canvas": "v1.0.0-alpha.12"
}
}