paniers/public_html_admin/libs/jquery.scrollTo-2.1.1/bower.json

30 lines
645 B
JSON
Executable File

{
"name": "jquery.scrollTo",
"version": "2.1.1",
"description": "Lightweight, cross-browser and highly customizable animated scrolling with jQuery",
"homepage": "https://github.com/flesler/jquery.scrollTo",
"main": [
"./jquery.scrollTo.js"
],
"ignore": [
"**/.*",
"demo",
"tests",
"CHANGELOG",
"README.md",
"composer.json",
"package.json"
],
"dependencies": {
"jquery": ">=1.8"
},
"keywords": [
"browser", "animated", "animation", "jquery",
"scrolling", "scroll", "links", "anchors"
],
"author": {
"name": "Ariel Flesler",
"web": "http://flesler.blogspot.com/"
}
}