-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
33 lines (33 loc) · 943 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
{
"name": "paper-collapse",
"version": "2.0.3",
"homepage": "https://github.com/miztroh/paper-collapse",
"authors": [
"miztroh <[email protected]>"
],
"description": "A Polymer custom element that expands and collapses vertically to show and hide its contents à la Material Design.",
"license": "MIT",
"main": "paper-collapse.html",
"keywords": [
"polymer",
"paper-collapse",
"web-components",
"collapse",
"paper-elements"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"polymer": "Polymer/polymer#latest",
"iron-collapse": "PolymerElements/iron-collapse#latest",
"iron-icon": "PolymerElements/iron-icon#latest",
"iron-iconset-svg": "PolymerElements/iron-iconset-svg#latest",
"iron-flex-layout": "PolymerElements/iron-flex-layout#latest",
"font-roboto": "PolymerElements/roboto#latest"
}
}