forked from vaadin/vaadin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
31 lines (31 loc) · 866 Bytes
/
bower.json
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
{
"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",
"update-core-version.js"
],
"dependencies": {
"vaadin-core": "13.0.0-alpha1",
"vaadin-board": "vaadin-board#2.1.0",
"vaadin-charts": "vaadin-charts#6.2.1",
"vaadin-confirm-dialog": "vaadin-confirm-dialog#1.1.0",
"vaadin-cookie-consent": "vaadin-cookie-consent#1.1.0",
"vaadin-crud": "vaadin-crud#1.0.1",
"vaadin-rich-text-editor": "vaadin-rich-text-editor#1.0.0-beta2",
"vaadin-license-checker": "vaadin-license-checker#2.1.0"
}
}