mirror of
https://github.com/arc53/DocsGPT
synced 2024-11-02 03:40:17 +00:00
31 lines
733 B
JSON
31 lines
733 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|