PDF rausgenommen

This commit is contained in:
aschwarz
2023-01-23 11:03:31 +01:00
parent 82d562a322
commit a6523903eb
28078 changed files with 4247552 additions and 2 deletions

View File

@ -0,0 +1,27 @@
{
"name": "jquery.scrollTo",
"version": "1.4.14",
"description": "Easy element scrolling using jQuery.",
"homepage": "https://github.com/flesler/jquery.scrollTo",
"main": [
"./jquery.scrollTo.js"
],
"ignore": [
"**/.*",
"demo",
"tests",
"changes.txt",
"composer.json"
],
"dependencies": {
"jquery": ">=1.4"
},
"keywords": [
"browser", "animated", "animation",
"scrolling", "scroll", "links", "anchors"
],
"author": {
"name": "Ariel Flesler",
"web": "http://flesler.blogspot.com/"
}
}