-
Notifications
You must be signed in to change notification settings - Fork 62
/
bower.json
48 lines (48 loc) · 1.29 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-upload",
"homepage": "https://vaadin.com/components",
"authors": [
"Vaadin Ltd"
],
"description": "Web Component for uploading files with drag and drop support",
"main": [
"vaadin-upload.html",
"theme/material/vaadin-upload.html"
],
"moduleType": [
"globals"
],
"keywords": [
"Vaadin",
"upload",
"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",
"vaadin-themable-mixin": "vaadin/vaadin-themable-mixin#^1.6.1",
"vaadin-button": "vaadin/vaadin-button#^2.4.0",
"vaadin-progress-bar": "vaadin/vaadin-progress-bar#^1.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-test-helpers": "^2.0.0",
"mock-http-request": "abuinitski/MockHttpRequest#npm_fix",
"webcomponentsjs": "^1.0.0",
"web-component-tester": "^6.1.5",
"vaadin-demo-helpers": "vaadin/vaadin-demo-helpers#^3.1.0",
"iron-icons": "^2.0.1"
}
}