diff options
Diffstat (limited to 'vendor/components/jquery/component.json')
-rw-r--r-- | vendor/components/jquery/component.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/vendor/components/jquery/component.json b/vendor/components/jquery/component.json new file mode 100644 index 0000000..0fa35fd --- /dev/null +++ b/vendor/components/jquery/component.json @@ -0,0 +1,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" + ] +} |