File tree Expand file tree Collapse file tree 1 file changed +27
-4
lines changed
Expand file tree Collapse file tree 1 file changed +27
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " components-jquery" ,
2+ "name" : " jquery" ,
3+ "description" : " JavaScript library for DOM operations" ,
34 "version" : " 2.1.0" ,
4- "description" : " jQuery component" ,
5- "keywords" : [" jquery" ],
6- "main" : " ./jquery.js"
5+ "homepage" : " http://jquery.com" ,
6+ "author" : {
7+ "name" : " jQuery Foundation and other contributors" ,
8+ "url" : " https://github.com/jquery/jquery/blob/master/AUTHORS.txt"
9+ },
10+ "repository" : {
11+ "type" : " git" ,
12+ "url" : " https://github.com/jquery/jquery.git"
13+ },
14+ "keywords" : [
15+ " jquery" ,
16+ " javascript" ,
17+ " browser" ,
18+ " library"
19+ ],
20+ "bugs" : {
21+ "url" : " http://bugs.jquery.com"
22+ },
23+ "licenses" : [
24+ {
25+ "type" : " MIT" ,
26+ "url" : " https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt"
27+ }
28+ ]
729}
30+
You can’t perform that action at this time.
0 commit comments