summaryrefslogtreecommitdiff
path: root/bower_components/jquery/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'bower_components/jquery/composer.json')
-rw-r--r--bower_components/jquery/composer.json36
1 files changed, 0 insertions, 36 deletions
diff --git a/bower_components/jquery/composer.json b/bower_components/jquery/composer.json
deleted file mode 100644
index 44dcbd2e..00000000
--- a/bower_components/jquery/composer.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "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.min.map",
- "jquery-migrate.js",
- "jquery-migrate.min.js"
- ]
- }
- }
-}