forked from afloesch/collapsible-container
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
28 lines (28 loc) · 838 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
{
"name": "collapsible-container",
"description": "Polymer 1.X and 2.X collapsible container",
"author": "Andrew Loesch <[email protected]>",
"license": "MIT",
"main": [
"collapsible-container.html",
"accordion-container.html"
],
"keywords": [
"web-components",
"polymer",
"collapsible",
"accordion"
],
"dependencies": {
"polymer": "Polymer/polymer#>=1.7.1 <3.0.0",
"iron-collapse": "^1.3.0",
"iron-icons": "^1.2.1"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#>=1.0.0 <3.0.0",
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#>=1.0.0 <3.0.0",
"test-fixture": "PolymerElements/test-fixture#>=1.0.0 <3.0.0",
"web-component-tester": "^6.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#>=0.7.0 <2.0.0"
}
}