You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
915 B
36 lines
915 B
{
|
|
"name": "components/jquery",
|
|
"description": "jQuery JavaScript Library",
|
|
"type": "component",
|
|
"homepage": "http://jquery.com",
|
|
"license": "MIT",
|
|
"support": {
|
|
"irc": "irc://irc.freenode.org/jquery",
|
|
"issues": "http://bugs.jquery.com",
|
|
"forum": "http://forum.jquery.com",
|
|
"wiki": "http://docs.jquery.com/",
|
|
"source": "https://github.com/jquery/jquery"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "John Resig",
|
|
"email": "jeresig@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"robloach/component-installer": "*"
|
|
},
|
|
"extra": {
|
|
"component": {
|
|
"scripts": [
|
|
"jquery.js"
|
|
],
|
|
"files": [
|
|
"jquery.min.js",
|
|
"jquery.min.map",
|
|
"jquery-migrate.js",
|
|
"jquery-migrate.min.js"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
|