mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
32 lines
862 B
JSON
32 lines
862 B
JSON
|
{
|
||
|
"name": "iron-collapse",
|
||
|
"version": "1.0.3",
|
||
|
"description": "Provides a collapsable container",
|
||
|
"authors": [
|
||
|
"The Polymer Authors"
|
||
|
],
|
||
|
"keywords": [
|
||
|
"web-components",
|
||
|
"polymer",
|
||
|
"container"
|
||
|
],
|
||
|
"private": true,
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/PolymerElements/iron-collapse"
|
||
|
},
|
||
|
"license": "http://polymer.github.io/LICENSE.txt",
|
||
|
"homepage": "https://github.com/PolymerElements/iron-collapse",
|
||
|
"ignore": [],
|
||
|
"dependencies": {
|
||
|
"polymer": "Polymer/polymer#^1.0.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"web-component-tester": "*",
|
||
|
"test-fixture": "PolymerElements/test-fixture#^1.0.0",
|
||
|
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
|
||
|
"paper-styles": "PolymerElements/paper-styles#^1.0.0",
|
||
|
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
|
||
|
}
|
||
|
}
|