genrimages
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

composer.json
application/json

Download raw (927 bytes)

{
    "name": "flesler/jquery.scrollto",
    "description": "Lightweight, cross-browser and highly customizable animated scrolling with jQuery",
    "keywords": [
        "browser", "animated", "animation", "jquery",
        "scrolling", "scroll", "links", "anchors"
    ],
    "homepage": "https://github.com/flesler/jquery.scrollTo",
    "support": {
        "issues": "https://github.com/flesler/jquery.scrollTo/issues",
        "source": "https://github.com/flesler/jquery.scrollTo"
    },
    "authors": [
        {
            "name": "Ariel Flesler",
            "web": "http://flesler.blogspot.com/"
        }
    ],
    "require": {
        "components/jquery": ">=1.8"
    },
    "extra": {
        "component": {
            "scripts": [
                "jquery.scrollTo.js"
            ],
            "files": [
                "jquery.scrollTo.min.js"
            ]
        }
    }
}