diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 12:38:42 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 12:38:42 +0000 |
commit | c3ca98e1b35123f226c7f4c596b5dee78caa4223 (patch) | |
tree | 9b6eb109283da55e7d9064baa9fac795a40264cb /vendor/components/jquery/package.json | |
parent | Initial commit. (diff) | |
download | icinga-php-thirdparty-upstream.tar.xz icinga-php-thirdparty-upstream.zip |
Adding upstream version 0.11.0.upstream/0.11.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/components/jquery/package.json')
-rw-r--r-- | vendor/components/jquery/package.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/vendor/components/jquery/package.json b/vendor/components/jquery/package.json new file mode 100644 index 0000000..f9385dc --- /dev/null +++ b/vendor/components/jquery/package.json @@ -0,0 +1,33 @@ +{ + "name": "jquery", + "description": "JavaScript library for DOM operations", + "version": "3.5.1", + "homepage": "http://jquery.com", + "author": { + "name": "jQuery Foundation and other contributors", + "url": "https://github.com/jquery/jquery/blob/master/AUTHORS.txt" + }, + "repository": { + "type": "git", + "url": "https://github.com/jquery/jquery.git" + }, + "keywords": [ + "jquery", + "javascript", + "browser", + "library" + ], + "bugs": { + "url": "https://github.com/jquery/jquery/issues" + }, + "licenses": [ + { + "type": "MIT", + "url": "https://github.com/jquery/jquery/blob/master/LICENSE.txt" + } + ], + "spm": { + "main": "jquery.js" + } +} + |