summaryrefslogtreecommitdiffstats
path: root/js/vendor/jquery/composer.json
blob: c617840623c0ba0ec45cf011b664aee1494acd2e (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
{
    "name": "components/jquery",
    "description": "jQuery JavaScript Library",
    "type": "component",
    "homepage": "http://jquery.com",
    "license": "MIT",
    "support": {
        "irc": "irc://irc.freenode.org/jquery",
        "issues": "http://bugs.jquery.com",
        "forum": "http://forum.jquery.com",
        "wiki": "http://docs.jquery.com/",
        "source": "https://github.com/jquery/jquery"
    },
    "authors": [
        {
            "name": "John Resig",
            "email": "jeresig@gmail.com"
        }
    ],
    "require": {
        "robloach/component-installer": "*"
    },
    "extra": {
        "component": {
            "scripts": [
                "jquery.js"
            ],
            "files": [
                "jquery.min.js",
                "jquery-migrate.js",
                "jquery-migrate.min.js"
            ]
        }
    }
}