-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbower.json
50 lines (50 loc) · 1.22 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": "mongo-shardalyzer",
"version": "0.1.1",
"authors": [
"Bernard Gorman <bernard.gorman@mongodb.com>"
],
"description": "Visualisation and analysis tool for MongoDB sharded clusters.",
"keywords": [
"mongo",
"mongodb",
"shard",
"cluster",
"shardalyzer"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"chart.zoom.js": "npm:chartjs-plugin-zoom#0.4.5",
"angular-bootstrap-checkbox": "0.5.1",
"angular-bootstrap-slider": "0.1.28",
"angular-bootstrap-switch": "0.5.2",
"seiyria-bootstrap-slider": "9.2.2",
"angular-ui-sortable": "0.14.4",
"angular-ui-select": "0.18.1",
"angular-mousewheel": "1.0.5",
"angular-file-model": "0.3.1",
"angular-bootstrap": "1.3.3",
"angular-growl-v2": "0.7.9",
"angular-chart.js": "1.0.3",
"angular-animate": "1.5.11",
"jasny-bootstrap": "3.1.3",
"json-formatter": "0.6.0",
"jquery-ui": "1.11.4",
"bootstrap": "3.3.7",
"hamsterjs": "1.1.2",
"hammerjs": "2.0.8",
"chart.js": "2.4.0",
"jquery": "2.2.4"
},
"resolutions": {
"seiyria-bootstrap-slider": "9.2.2",
"jquery": "2.2.4"
}
}