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

28
assets/js/vendor/scrollify/bower.json vendored Normal file
View File

@@ -0,0 +1,28 @@
{
"name": "Scrollify",
"version": "1.0.19",
"homepage": "https://github.com/lukehaas/Scrollify",
"authors": [
"Luke Haas <lukehaas7@gmail.com>"
],
"description": "A jQuery plugin that assists scrolling and smoothly snaps to sections.",
"main": "jquery.scrollify.js",
"moduleType": [
"globals"
],
"keywords": [
"scroll",
"snap"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "*"
}
}