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-beta1",
"vaadin-charts": "6.0.0-alpha7",
"vaadin-core": "10.0.0-alpha11"
}
}
|