diff options
Diffstat (limited to 'vendor/components/jquery/composer.json')
-rw-r--r-- | vendor/components/jquery/composer.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/vendor/components/jquery/composer.json b/vendor/components/jquery/composer.json new file mode 100644 index 0000000..8a779ad --- /dev/null +++ b/vendor/components/jquery/composer.json @@ -0,0 +1,34 @@ +{ + "name": "components/jquery", + "description": "jQuery JavaScript Library", + "type": "component", + "homepage": "http://jquery.com", + "license": "MIT", + "support": { + "irc": "irc://irc.freenode.org/jquery", + "issues": "https://github.com/jquery/jquery/issues", + "forum": "http://forum.jquery.com", + "wiki": "http://docs.jquery.com/", + "source": "https://github.com/jquery/jquery" + }, + "authors": [ + { + "name": "JS Foundation and other contributors", + "url": "https://github.com/jquery/jquery/blob/master/AUTHORS.txt" + } + ], + "extra": { + "component": { + "scripts": [ + "jquery.js" + ], + "files": [ + "jquery.min.js", + "jquery.min.map", + "jquery.slim.js", + "jquery.slim.min.js", + "jquery.slim.min.map" + ] + } + } +} |