Welcome to mirror list, hosted at ThFree Co, Russian Federation.

composer.json « jquery.scrollto « node_modules - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2e76e1beb713502fd8fbf05ec596e6e23e9b7868 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
    "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"
            ]
        }
    }
}