add files

This commit is contained in:
Andrey Kuvshinov
2025-07-09 21:21:17 +03:00
commit 8fc8cbae32
596 changed files with 207566 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
{
"name": "scrollify",
"title": "jQuery Scrollify",
"description": "A jQuery plugin that assists scrolling and smoothly snaps to sections.",
"keywords": [
"scroll",
"snap"
],
"version": "1.0.19",
"author": {
"name": "Luke Haas",
"url": "http://lukehaas.me"
},
"maintainers": [
{
"name": "Luke Haas",
"email": "",
"url": "http://lukehaas.me"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/lukehaas/Scrollify/blob/master/LICENSE"
}
],
"bugs": "https://github.com/lukehaas/Scrollify/issues",
"homepage": "http://projects.lukehaas.me/scrollify",
"docs": "https://github.com/lukehaas/Scrollify",
"download": "https://github.com/lukehaas/Scrollify",
"dependencies": {
"jquery": ">=1.7"
}
}