-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
20 lines (20 loc) · 750 Bytes
/
bower.json
File metadata and controls
20 lines (20 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "angular-wc-app",
"description": "Angular App with WebComponents",
"main": "index.html",
"dependencies": {
"polymer": "Polymer/polymer#^2.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0",
"app-storage": "^2.0.2",
"iron-a11y-keys": "^2.0.0",
"iron-media-query": "^2.0.0",
"vaadin-valo-theme": "vaadin/vaadin-valo-theme#2.0.0-alpha5",
"vaadin-grid": "^4.1.0",
"vaadin-split-layout": "vaadin/vaadin-split-layout#^4.0.0-alpha2",
"vaadin-button": "vaadin/vaadin-button#^1.0.5",
"vaadin-icons": "vaadin/vaadin-icons#^4.1.3",
"vaadin-text-field": "vaadin/vaadin-text-field#^1.2.0",
"vaadin-form-layout": "vaadin/vaadin-form-layout#^1.0.4",
"vaadin-charts": "^5.0.0"
}
}