summaryrefslogtreecommitdiffstats
path: root/vendor/components/jquery/composer.json
blob: 8a779adb8d0cc08292bde9bf9899754eaee175c9 (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
{
    "name": "components/jquery",
    "description": "jQuery JavaScript Library",
    "type": "component",
    "homepage": "http://jquery.com",
    "license": "MIT",
    "support": {
        "irc": "irc://irc.freenode.org/jquery",
        "issues": "https://github.com/jquery/jquery/issues",
        "forum": "http://forum.jquery.com",
        "wiki": "http://docs.jquery.com/",
        "source": "https://github.com/jquery/jquery"
    },
    "authors": [
        {
            "name": "JS Foundation and other contributors",
            "url": "https://github.com/jquery/jquery/blob/master/AUTHORS.txt"
        }
    ],
    "extra": {
        "component": {
            "scripts": [
                "jquery.js"
            ],
            "files": [
                "jquery.min.js",
                "jquery.min.map",
                "jquery.slim.js",
                "jquery.slim.min.js",
                "jquery.slim.min.map"
            ]
        }
    }
}