Subversion Repositories oidplus

Rev

Rev 597 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
597 daniel-mar 1
{
2
    "name": "jquery",
3
    "repo": "components/jquery",
1411 daniel-mar 4
    "version": "3.7.1",
597 daniel-mar 5
    "description": "jQuery component",
6
    "license": "MIT",
7
    "keywords": [
8
        "jquery",
9
        "component"
10
    ],
11
    "main": "jquery.js",
12
    "scripts": [
13
        "jquery.js",
14
        "jquery.min.js",
15
        "jquery.slim.js",
16
        "jquery.slim.min.js"
17
    ],
18
    "files": [
19
        "jquery.min.map",
20
        "jquery.slim.min.map"
21
    ]
22
}