web-apps/vendor/jquery/package.json

34 lines
786 B
JSON
Raw Normal View History

2016-03-11 00:48:53 +00:00
{
2017-04-21 08:20:40 +00:00
"name": "jquery",
"description": "JavaScript library for DOM operations",
2020-05-22 13:54:23 +00:00
"version": "3.5.1",
2017-04-21 08:20:40 +00:00
"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"
}
2016-03-11 00:48:53 +00:00
}
2017-04-21 08:20:40 +00:00