34 lines
786 B
JSON
34 lines
786 B
JSON
{
|
|
"name": "jquery",
|
|
"description": "JavaScript library for DOM operations",
|
|
"version": "3.2.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"
|
|
}
|
|
}
|
|
|