mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
30 lines
908 B
JSON
30 lines
908 B
JSON
{
|
|
"name": "iron-scroll-threshold",
|
|
"description": "Triggers an event when nearing the beginning or end of a scrollable element ",
|
|
"keywords": [
|
|
"web-components",
|
|
"polymer"
|
|
],
|
|
"version": "1.0.1",
|
|
"homepage": "https://github.com/PolymerElements/iron-scroll-threshold",
|
|
"authors": [
|
|
"The Polymer Authors"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/PolymerElements/iron-scroll-threshold"
|
|
},
|
|
"main": "iron-scroll-threshold.html",
|
|
"license": "http://polymer.github.io/LICENSE.txt",
|
|
"ignore": [],
|
|
"dependencies": {
|
|
"polymer": "Polymer/polymer#^1.1.0",
|
|
"iron-scroll-target-behavior": "PolymerElements/iron-scroll-target-behavior#^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"iron-component-page": "polymerelements/iron-component-page#^1.0.0",
|
|
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.2",
|
|
"web-component-tester": "^4.0.0"
|
|
}
|
|
}
|