File tree Expand file tree Collapse file tree 2 files changed +31
-4
lines changed Expand file tree Collapse file tree 2 files changed +31
-4
lines changed Original file line number Diff line number Diff line change @@ -9,3 +9,4 @@ Package Managers
9
9
* [ Bower] ( http://bower.io/ ) : ` jquery `
10
10
* [ Component] ( https://github.com/component/component ) : ` components/jquery `
11
11
* [ Composer] ( http://packagist.org/packages/components/jquery ) : ` components/jquery `
12
+ * [ spm] ( http://spmjs.io/package/jquery ) : ` jquery `
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " components-jquery" ,
2
+ "name" : " jquery" ,
3
+ "description" : " JavaScript library for DOM operations" ,
3
4
"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
+ ],
29
+ "spm" : {
30
+ "main" : " jquery.js"
31
+ }
7
32
}
33
+
You can’t perform that action at this time.
0 commit comments