-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathbower.json
48 lines (48 loc) · 1.25 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "vaadin-tabs",
"homepage": "https://vaadin.com/components",
"authors": [
"Vaadin Ltd"
],
"description": "vaadin-tabs",
"main": [
"vaadin-tabs.html",
"vaadin-tab.html",
"theme/material/vaadin-tabs.html"
],
"keywords": [
"Vaadin",
"vaadin-tabs",
"web-components",
"web-component",
"polymer"
],
"license": "Apache-2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"package-lock.json",
"wct.conf.js"
],
"dependencies": {
"polymer": "^2.0.0",
"iron-resizable-behavior": "^2.0.0",
"vaadin-themable-mixin": "vaadin/vaadin-themable-mixin#^1.6.1",
"vaadin-list-mixin": "vaadin/vaadin-list-mixin#^2.5.0",
"vaadin-item": "vaadin/vaadin-item#^2.3.0",
"vaadin-lumo-styles": "vaadin/vaadin-lumo-styles#^1.1.0",
"vaadin-material-styles": "vaadin/vaadin-material-styles#^1.1.0",
"vaadin-element-mixin": "vaadin/vaadin-element-mixin#^2.4.1"
},
"devDependencies": {
"iron-component-page": "^3.0.0",
"iron-icons": "^2.0.0",
"iron-icon": "^2.0.0",
"iron-pages": "^2.0.0",
"iron-test-helpers": "^2.0.0",
"vaadin-demo-helpers": "vaadin/vaadin-demo-helpers#^3.1.0",
"webcomponentsjs": "^1.0.0",
"web-component-tester": "^6.1.5"
}
}