| 1 |
{ |
| 2 |
"name": "jquery", |
| 3 |
"description": "JavaScript library for DOM operations", |
| 4 |
"version": "3.7.1", |
| 5 |
"homepage": "http://jquery.com", |
| 6 |
"author": { |
| 7 |
"name": "jQuery Foundation and other contributors", |
| 8 |
"url": "https://github.com/jquery/jquery/blob/master/AUTHORS.txt" |
| 9 |
}, |
| 10 |
"repository": { |
| 11 |
"type": "git", |
| 12 |
"url": "https://github.com/jquery/jquery.git" |
| 13 |
}, |
| 14 |
"keywords": [ |
| 15 |
"jquery", |
| 16 |
"javascript", |
| 17 |
"browser", |
| 18 |
"library" |
| 19 |
], |
| 20 |
"bugs": { |
| 21 |
"url": "https://github.com/jquery/jquery/issues" |
| 22 |
}, |
| 23 |
"licenses": [ |
| 24 |
{ |
| 25 |
"type": "MIT", |
| 26 |
"url": "https://github.com/jquery/jquery/blob/master/LICENSE.txt" |
| 27 |
} |
| 28 |
], |
| 29 |
"spm": { |
| 30 |
"main": "jquery.js" |
| 31 |
} |
| 32 |
} |
| 33 |
|
| 34 |
|