diff options
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" + } +} + |