-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
50 lines (50 loc) · 1.14 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
{
"name": "worldstate-analysis-widgets",
"version": "1.1.2",
"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": {
"angular": "1.2.25",
"angular-resource": "1.2.25",
"angular-commons": "0.2.0",
"json3": "3.2.6",
"es5-shim": "2.1.0",
"jquery": "2.1.1",
"jquery-ui": "1.10.4",
"ng-table": "0.3.3",
"bootstrap": "3.3.0",
"icmm_js": "1.1.2",
"dynatree": "1.2.5",
"crisma-worldstate-tree-widget-angular": "1.0.8",
"d3": "3.3.6",
"nvd3": "1.1.15-beta",
"angularjs-nvd3-directives": "0.0.7",
"angular-strap": "2.1.3",
"jquery-knob": "1.2.9",
"ngDialog": "0.2.14",
"radar-chart-d3": "#d5944759c30f073f21c0860a1f71351d370149d8",
"angular-bootstrap": "0.11.2"
},
"devDependencies": {
"angular-mocks": "1.2.25",
"angular-scenario": "1.2.25"
},
"resolutions": {
"bootstrap": "3.3.0",
"d3": "3.3.6",
"icmm_js": "1.1.2",
"angular": "1.2.25"
}
}