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
99* [ Bower] ( http://bower.io/ ) : ` jquery `
1010* [ Component] ( https://github.com/component/component ) : ` components/jquery `
1111* [ 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 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+ ],
29+ "spm" : {
30+ "main" : " jquery.js"
31+ }
732}
33+
You can’t perform that action at this time.
0 commit comments