aboutsummaryrefslogtreecommitdiffstats
path: root/bower.json
blob: c5a80189118587a668ce1fd3d60de5a69f30a912 (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 elements which are part of the Vaadin platform",
  "homepage": "https://github.com/vaadin/vaadin",
  "authors": [
    "Artur Signell <artur@vaadin.com>"
  ],
  "main": "",
  "license": [
    "Apache-2.0",
    "http://vaadin.com/license/cval"
  ],
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "vaadin-board": "1.1.0-alpha1",
    "vaadin-charts": "5.0.0",
    "vaadin-core": "2.0.0-alpha3"
  }
}