Files
cdnjs/ajax/libs/jquery-scrollTo/package.json
T

32 lines
724 B
JSON

{
"name": "jquery-scrollTo",
"filename": "jquery.scrollTo.min.js",
"version": "1.4.5",
"description": "A small, customizable plugin for scrolling elements, or the window itself.",
"homepage": "https://github.com/flesler/jquery.scrollTo",
"keywords": [
"browser",
"animated",
"animation",
"scrolling",
"scroll",
"links",
"anchors"
],
"dependencies": {
"jquery": ">=1.8"
},
"maintainers": [
{
"name": "Ariel Flesler",
"web": "http://flesler.blogspot.com"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/flesler/jquery.scrollTo"
}
]
}