forked from vaadin/vaadin-combo-box
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
70 lines (70 loc) · 2.04 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "vaadin-combo-box",
"homepage": "https://vaadin.com/components",
"description": "Polymer element for displaying a list of items with filtering",
"authors": [
"Vaadin Ltd"
],
"keywords": [
"web-components",
"web-component",
"polymer",
"Vaadin",
"combo-box"
],
"main": [
"vaadin-combo-box.html",
"vaadin-combo-box-light.html",
"theme/material/vaadin-combo-box.html",
"theme/material/vaadin-combo-box-light.html"
],
"repository": {
"type": "git",
"url": "git://github.com/Vaadin/vaadin-combo-box"
},
"license": "Apache-2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"gulpfile.js",
"package-lock.json",
"wct.conf.js"
],
"dependencies": {
"iron-a11y-keys-behavior": "^2.0.0",
"iron-a11y-announcer": "^2.0.0",
"iron-list": "^2.0.2",
"iron-resizable-behavior": "^2.0.0",
"polymer": "^2.0.0",
"vaadin-control-state-mixin": "vaadin/vaadin-control-state-mixin#^2.1.1",
"vaadin-overlay": "vaadin/vaadin-overlay#^3.2.0-alpha1",
"vaadin-text-field": "vaadin/vaadin-text-field#^2.1.1",
"vaadin-themable-mixin": "vaadin/vaadin-themable-mixin#^1.3.2",
"vaadin-lumo-styles": "vaadin/vaadin-lumo-styles#^1.1.1",
"vaadin-material-styles": "vaadin/vaadin-material-styles#^1.1.2",
"vaadin-item": "vaadin/vaadin-item#^2.1.0",
"vaadin-element-mixin": "vaadin/vaadin-element-mixin#^2.0.0"
},
"devDependencies": {
"iron-ajax": "^2.0.0",
"iron-component-page": "^3.0.0",
"iron-demo-helpers": "^2.0.0",
"iron-form": "^2.0.0",
"iron-icon": "^2.0.0",
"iron-icons": "^2.0.0",
"iron-input": "^2.0.0",
"iron-test-helpers": "^2.0.0",
"paper-button": "^2.0.0",
"paper-icon-button": "^2.0.0",
"paper-input": "^2.0.0",
"paper-styles": "^2.0.0",
"test-fixture": "^3.0.0",
"vaadin-button": "vaadin/vaadin-button#^2.1.0",
"web-component-tester": "^6.1.5",
"vaadin-demo-helpers": "vaadin/vaadin-demo-helpers#^2.0.1"
},
"resolutions": {
"vaadin-element-mixin": "^2.0.0"
}
}