summaryrefslogtreecommitdiffstats
path: root/js/vendor/jquery/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'js/vendor/jquery/composer.json')
-rw-r--r--js/vendor/jquery/composer.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/js/vendor/jquery/composer.json b/js/vendor/jquery/composer.json
new file mode 100644
index 000000000..c61784062
--- /dev/null
+++ b/js/vendor/jquery/composer.json
@@ -0,0 +1,35 @@
+{
+ "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"
+ }
+ ],
+ "require": {
+ "robloach/component-installer": "*"
+ },
+ "extra": {
+ "component": {
+ "scripts": [
+ "jquery.js"
+ ],
+ "files": [
+ "jquery.min.js",
+ "jquery-migrate.js",
+ "jquery-migrate.min.js"
+ ]
+ }
+ }
+}