web-apps/vendor/jquery/composer.json

35 lines
960 B
JSON
Raw Normal View History

2016-03-11 00:48:53 +00:00
{
"name": "components/jquery",
"description": "jQuery JavaScript Library",
"type": "component",
"homepage": "http://jquery.com",
"license": "MIT",
"support": {
"irc": "irc://irc.freenode.org/jquery",
2017-04-21 08:20:40 +00:00
"issues": "https://github.com/jquery/jquery/issues",
2016-03-11 00:48:53 +00:00
"forum": "http://forum.jquery.com",
"wiki": "http://docs.jquery.com/",
"source": "https://github.com/jquery/jquery"
},
"authors": [
{
2017-04-21 08:20:40 +00:00
"name": "JS Foundation and other contributors",
"url": "https://github.com/jquery/jquery/blob/master/AUTHORS.txt"
2016-03-11 00:48:53 +00:00
}
],
"extra": {
"component": {
"scripts": [
"jquery.js"
],
"files": [
"jquery.min.js",
2017-04-21 08:20:40 +00:00
"jquery.min.map",
"jquery.slim.js",
"jquery.slim.min.js",
"jquery.slim.min.map"
2016-03-11 00:48:53 +00:00
]
}
}
}