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

browser.jquery.json « jquery.browser « node_modules - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 79868a63e6e5566329718ed2200edca7d0add9e8 (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
33
34
35
36
37
{
    "name": "browser",
    "title": "jQuery Browser",
    "description": "A jQuery plugin for browser detection.",
    "keywords": [
        "browser",
        "detection",
        "mobile",
        "html5",
        "support"
    ],
    "version": "0.1.0",
    "author": {
        "name": "Gabriel Cebrian. Initial implementation by the jQuery Team",
        "url": "https://github.com/gabceb/jquery-browser-plugin/wiki/Authors"
    },
    "maintainers": [
        {
            "name": "Gabriel Cebrian",
            "email": "gabceb@gmail.com",
            "url": "http://about.me/gabceb"
        }
    ],
    "licenses": [
        {
            "type": "MIT",
            "url": "http://opensource.org/licenses/MIT"
        }
    ],
    "bugs": "https://github.com/gabceb/jquery-browser-plugin/issues",
    "homepage": "https://github.com/gabceb/jquery-browser-plugin",
    "docs": "https://github.com/gabceb/jquery-browser-plugin",
    "download": "https://github.com/gabceb/jquery-browser-plugin",
    "dependencies": {
        "jquery": ">=1.5"
    }
}