Files
profile/assets/js/vendor/scrollify/scrollify.jquery.json
Andrey Kuvshinov 8fc8cbae32 add files
2025-07-09 21:21:17 +03:00

35 lines
904 B
JSON

{
"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"
}
}