-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathbower.json
50 lines (50 loc) · 1.19 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
{
"name": "gwt-polymer-elements",
"description": "This file is for maintaining the list of elements in the gwt-polymer-elements.jar",
"authors": [
"Manolo Carrasco"
],
"license": "Apache License 2.0",
"keywords": [
"vaadin",
"polymer",
"paper",
"elements",
"web",
"components",
"webcomponents",
"gwt"
],
"homepage": "https://github.com/vaadin/gwt-polymer-elements",
"dependencies": {
"polymer": "~1.11.3",
"iron-elements": "#master",
"app-elements": "#master",
"paper-elements": "#master",
"platinum-elements": "#master",
"vaadin-grid": "1 - 1.9",
"vaadin-combo-box": "1 - 1.9",
"vaadin-date-picker": "manolo/vaadin-date-picker#master",
"vaadin-upload": "1 - 1.9",
"vaadin-split-layout": "1 - 1.9",
"vaadin-context-menu": "1 - 1.9",
"vaadin-icons": "1 - 3",
"vaadin-pouchdb": "manolo/vaadin-pouchdb#master",
"paper-drawer-panel": "1 - 1.9",
"paper-header-panel": "1 - 1.9"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"lib",
"src",
"target"
],
"resolutions": {
"iron-location": "1 - 2",
"iron-overlay-behavior": "1 - 2"
}
}