Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
9,590 additions
and 0 deletions.
- +8 −0 component.json
- +23 −0 composer.json
- +9,555 −0 jquery.js
- +4 −0 jquery.min.js
@@ -0,0 +1,8 @@ | ||
{ | ||
"name" : "jquery", | ||
"version" : "1.9.0", | ||
"main" : "./jquery.js", | ||
"dependencies": { | ||
} | ||
} | ||
|
@@ -0,0 +1,23 @@ | ||
{ | ||
"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" | ||
} | ||
], | ||
"extra": { | ||
"js": "jquery.js" | ||
} | ||
} |
Oops, something went wrong.