-
Notifications
You must be signed in to change notification settings - Fork 3
/
bower.json
49 lines (49 loc) · 1.09 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
{
"name": "simpla-text",
"version": "1.2.2",
"authors": [
"Simpla <[email protected]>"
],
"description": "Editable richtext for the Simpla content system",
"keywords": [
"simpla",
"web-components",
"custom-element",
"richtext",
"editor",
"cms",
"content-management"
],
"main": "simpla-text.html",
"license": "MIT",
"homepage": "http://webcomponents.org/element/SimplaElements/simpla-text",
"pages": {
"API Reference": "API.md"
},
"demos": {
"Demo": "demo/index.html"
},
"ignore": [
"*",
"!src",
"!*.html",
"!LICENSE"
],
"dependencies": {
"polymer": "^1.6.0",
"simpla-styles": "^1.0.0",
"iron-icon": "^1.0.12",
"iron-iconset-svg": "^1.1.0",
"simpla-element-behavior": "^0.2.3",
"simpla-richtext-behavior": "^0.4.4"
},
"devDependencies": {
"web-component-tester": "^4.0.0",
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.2.5",
"iron-test-helpers": "PolymerElements/iron-test-helpers#^1.4.1",
"simpla-demo-helper": "^0.1.2"
},
"resolutions": {
"polymer": "^1.8.0"
}
}