mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
34 lines
965 B
JSON
34 lines
965 B
JSON
{
|
|
"name": "iron-a11y-keys-behavior",
|
|
"version": "1.1.3",
|
|
"description": "A behavior that enables keybindings for greater a11y.",
|
|
"keywords": [
|
|
"web-components",
|
|
"web-component",
|
|
"polymer",
|
|
"a11y",
|
|
"input"
|
|
],
|
|
"authors": [
|
|
"The Polymer Authors"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/PolymerElements/iron-a11y-keys-behavior.git"
|
|
},
|
|
"main": "iron-a11y-keys-behavior.html",
|
|
"license": "http://polymer.github.io/LICENSE.txt",
|
|
"dependencies": {
|
|
"polymer": "Polymer/polymer#^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"paper-styles": "PolymerElements/paper-styles#^1.0.2",
|
|
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
|
|
"iron-test-helpers": "PolymerElements/iron-test-helpers#^1.0.0",
|
|
"test-fixture": "PolymerElements/test-fixture#^1.0.0",
|
|
"web-component-tester": "^4.0.0",
|
|
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
|
|
},
|
|
"ignore": []
|
|
}
|