jquery.localscroll
Version:
Animated anchor navigation made easy with jQuery
39 lines (38 loc) • 725 B
JSON
{
"name": "jquery.localScroll",
"version": "2.0.0",
"description": "Animated anchor navigation made easy with jQuery",
"homepage": "https://github.com/flesler/jquery.localScroll",
"main": [
"./jquery.localScroll.js"
],
"dependencies": {
"jquery": ">=1.8",
"jquery.scrollTo": ">=2.0.0"
},
"keywords": [
"browser",
"animated",
"animation",
"scrolling",
"scroll",
"links",
"anchors"
],
"author": {
"name": "Ariel Flesler",
"web": "https://github.com/flesler"
},
"authors": [
"Ariel Flesler <aflesler@gmail.com>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"demo",
"test",
"tests"
]
}