From 9fa7fd851f3c4ea4a06de5929c0c44756c75b6b6 Mon Sep 17 00:00:00 2001 From: jules Date: Fri, 13 Dec 2013 17:50:21 -0500 Subject: remove jquery from gitignore --- js/vendor/jquery/composer.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 js/vendor/jquery/composer.json (limited to 'js/vendor/jquery/composer.json') diff --git a/js/vendor/jquery/composer.json b/js/vendor/jquery/composer.json new file mode 100644 index 0000000..c617840 --- /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" + ] + } + } +} -- cgit v1.2.3-70-g09d2