summaryrefslogtreecommitdiffstats
path: root/vendor/components/jquery/component.json
blob: 0fa35fdeae74434d12b81bca4f7d6abfcf8f853c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "jquery",
    "repo": "components/jquery",
    "version": "3.5.1",
    "description": "jQuery component",
    "license": "MIT",
    "keywords": [
        "jquery",
        "component"
    ],
    "main": "jquery.js",
    "scripts": [
        "jquery.js",
        "jquery.min.js",
        "jquery.slim.js",
        "jquery.slim.min.js"
    ],
    "files": [
        "jquery.min.map",
        "jquery.slim.min.map"
    ]
}