forked from vaadin/vaadin-checkbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
41 lines (41 loc) · 986 Bytes
/
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
{
"name": "vaadin-checkbox",
"homepage": "https://vaadin.com/elements",
"authors": [
"Vaadin Ltd"
],
"description": "vaadin-checkbox",
"main": "vaadin-checkbox.html",
"keywords": [
"Vaadin",
"checkbox",
"web-components",
"web-component",
"polymer"
],
"license": "Apache-2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"gulpfile.js",
"package-lock.json",
"wct.conf.js"
],
"dependencies": {
"polymer": "^2.0.0",
"vaadin-control-state-mixin": "^2.0.0",
"vaadin-themable-mixin": "^1.1.0",
"vaadin-valo-styles": "vaadin/vaadin-valo-styles#^2.0.0",
"vaadin-element-mixin": "vaadin/vaadin-element-mixin#^1.0.1"
},
"devDependencies": {
"iron-component-page": "^3.0.0",
"iron-demo-helpers": "^2.0.0",
"iron-test-helpers": "^2.0.0",
"webcomponentsjs": "^1.0.1",
"web-component-tester": "^6.1.5",
"vaadin-demo-helpers": "^1.0.0",
"iron-form": "^2.0.1"
}
}