Intermédiaire
This commit is contained in:
33
Sources/webAduc/www/vendor/components/jquery/package.json
vendored
Normal file
33
Sources/webAduc/www/vendor/components/jquery/package.json
vendored
Normal file
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user