aboutsummaryrefslogtreecommitdiffstats
path: root/bower.json
blob: 6c63bc6791327858f3319173eda6fa96cda85ada (plain)
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
{
  "name": "vaadin",
  "description": "Bundle containing all web components which are part of the Vaadin platform",
  "homepage": "https://github.com/vaadin/vaadin",
  "authors": [
    "Vaadin Ltd"
  ],
  "main": "",
  "license": [
    "Apache-2.0",
    "https://vaadin.com/license/cval-3.0"
  ],
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "vaadin-core": "vaadin-core#11.0.0-beta1",
    "vaadin-board": "vaadin-board#2.0.0",
    "vaadin-charts": "vaadin-charts#6.1.0",
    "vaadin-confirm-dialog": "vaadin-confirm-dialog#1.0.0",
    "vaadin-cookie-consent": "vaadin-cookie-consent#1.0.0"
  }
}