forked from vaadin/vaadin-rich-text-editor
-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
56 lines (56 loc) · 1.62 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
{
"name": "alump-vaadin-rich-text-editor",
"homepage": "https://github.com/alump/alump-vaadin-rich-text-editor",
"authors": [
"Vaadin Ltd",
"Sami Viitanen <[email protected]>"
],
"description": "alump-vaadin-rich-text-editor",
"main": [
"alump-vaadin-rich-text-editor.html"
],
"keywords": [
"Vaadin",
"vaadin-rich-text-editor",
"editor",
"rich text",
"web-components",
"web-component",
"polymer",
"alump",
"alump-vaadin-rich-text-editor"
],
"license": "Apache-2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"gulpfile.js",
"package-lock.json",
"wct.conf.js"
],
"dependencies": {
"polymer": "^2.0.0",
"vaadin-themable-mixin": "vaadin/vaadin-themable-mixin#^1.5.2",
"vaadin-element-mixin": "vaadin/vaadin-element-mixin#^2.2.0",
"vaadin-button": "vaadin/vaadin-button#^2.2.2",
"vaadin-confirm-dialog": "vaadin/vaadin-confirm-dialog#~1.1.6",
"vaadin-dialog": "vaadin/vaadin-dialog#~2.3.0",
"vaadin-text-field": "vaadin/vaadin-text-field#~2.5.5",
"vaadin-license-checker": "vaadin/license-checker#^2.1.2",
"vaadin-lumo-styles": "vaadin/vaadin-lumo-styles#~1.5.0",
"vaadin-material-styles": "vaadin/vaadin-material-styles#^1.2.3",
"vaadin-icons": "vaadin/vaadin-icons#^4.3.1"
},
"devDependencies": {
"iron-component-page": "^3.0.0",
"iron-demo-helpers": "^2.0.0",
"iron-test-helpers": "^2.0.0",
"webcomponentsjs": "^1.0.0",
"web-component-tester": "^6.1.5",
"vaadin-demo-helpers": "vaadin/vaadin-demo-helpers#^3.0.0"
},
"resolutions": {
"vaadin-element-mixin": "^2.2.0"
}
}