summaryrefslogtreecommitdiffstats
path: root/bower.json
blob: 8a1a07cce52c3b0cedf217c96bc7bb21b4b34552 (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
{
  "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": "10.0.7",
    "vaadin-board": "vaadin-board#2.0.0",
    "vaadin-charts": "vaadin-charts#6.0.1",
    "vaadin-license-checker": "vaadin-license-checker#2.0.1"
  }
}