aboutsummaryrefslogtreecommitdiffstats
path: root/bower.json
blob: 424c0c5983b0794b217b6117e6fd201a7062a828 (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
{
  "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#10.0.0-rc3",
    "vaadin-board": "vaadin-board#2.0.0",
    "vaadin-charts": "vaadin-charts#6.0.1"
  }
}