Files
cdnjs/ajax/libs/jquery-localScroll/package.json
T
2014-02-16 13:52:33 -04:00

33 lines
640 B
JSON

{
"name": "jquery-localScroll",
"filename": "jquery.localScroll.min.js",
"version": "1.3.5",
"description": "Animated anchor navigation made easy.",
"homepage": "https://github.com/flesler/jquery.localScroll",
"keywords": [
"browser",
"animated",
"animation",
"scrolling",
"scroll",
"links",
"anchors"
],
"dependencies": {
"jquery": ">=1.8",
"scrollTo": ">=1.4.11"
},
"maintainers": [
{
"name": "Ariel Flesler",
"url": "http://flesler.blogspot.com"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/flesler/jquery.localScroll"
}
]
}