mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
34 lines
983 B
JSON
34 lines
983 B
JSON
{
|
|
"name": "iron-selector",
|
|
"version": "1.2.4",
|
|
"description": "Manages a set of elements that can be selected",
|
|
"private": true,
|
|
"license": "http://polymer.github.io/LICENSE.txt",
|
|
"main": "iron-selector.html",
|
|
"authors": [
|
|
"The Polymer Authors"
|
|
],
|
|
"keywords": [
|
|
"web-components",
|
|
"polymer",
|
|
"selector"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/PolymerElements/iron-selector.git"
|
|
},
|
|
"homepage": "https://github.com/PolymerElements/iron-selector",
|
|
"ignore": [],
|
|
"dependencies": {
|
|
"polymer": "Polymer/polymer#^1.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
|
|
"iron-test-helpers": "polymerelements/iron-test-helpers#^1.0.0",
|
|
"paper-styles": "PolymerElements/paper-styles#^1.0.4",
|
|
"test-fixture": "PolymerElements/test-fixture#^1.0.0",
|
|
"web-component-tester": "^4.0.0",
|
|
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
|
|
}
|
|
}
|