aboutsummaryrefslogtreecommitdiffstats
path: root/bower.json
blob: 97cc53beb01e58a9fe38ef238e906b52a0db09b5 (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
28
29
30
31
32
33
{
  "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": "vaadin.html",
  "license": [
    "Apache-2.0",
    "https://vaadin.com/license/cval-3.0"
  ],
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests",
    "update-core-version.js"
  ],
  "dependencies": {
    "cookieconsent": "cookieconsent#3.1.0",
    "vaadin-board": "vaadin-board#2.1.1",
    "vaadin-charts": "vaadin-charts#6.3.1",
    "vaadin-confirm-dialog": "vaadin-confirm-dialog#1.2.1",
    "vaadin-cookie-consent": "vaadin-cookie-consent#1.1.2",
    "vaadin-core": "14.3.8",
    "vaadin-crud": "vaadin-crud#1.2.1",
    "vaadin-grid-pro": "vaadin-grid-pro#2.1.3",
    "vaadin-license-checker": "vaadin-license-checker#2.1.2",
    "vaadin-rich-text-editor": "vaadin-rich-text-editor#1.2.2"
  }
}