UNPKG

jquery-flesler-scrollto

Version:

Lightweight, cross-browser and highly customizable animated scrolling with jQuery

50 lines (49 loc) 1.2 kB
{ "name": "jquery-flesler-scrollto", "version": "2.1.1", "description": "Lightweight, cross-browser and highly customizable animated scrolling with jQuery", "main": "jquery.scrollTo.js", "license": "MIT", "ignore": [ "**/.*", "demo", "tests", "CHANGELOG", "README.md", "composer.json", "bower.json" ], "dependencies": { "jquery": ">=1.8" }, "homepage": "https://github.com/flesler/jquery.scrollTo/", "docs": "https://github.com/flesler/jquery.scrollTo/", "demo": "http://demos.flesler.com/jquery/scrollTo/", "bugs": { "url": "https://github.com/flesler/jquery.scrollTo/issues" }, "download": "https://github.com/flesler/jquery.scrollTo/releases", "repository": { "type": "git", "url": "git://github.com/flesler/jquery.scrollTo.git" }, "keywords": [ "browser", "animated", "animation", "scrolling", "scroll", "links", "anchors", "jquery", "jquery-plugin", "ecosystem:jquery" ], "author": "Daniel Reyes <drmartin@outlook.com> (https://github.com/dr-martin)", "directories": { "test": "tests" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" } }