Skip to content

Commit

Permalink
ensure correct task names
Browse files Browse the repository at this point in the history
  • Loading branch information
damienklinnert committed Feb 9, 2014
1 parent 52dda3b commit 8cab5b2
Show file tree
Hide file tree
Showing 15 changed files with 9,784 additions and 2 deletions.
22 changes: 22 additions & 0 deletions bower_components/jquery/.bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "jquery",
"version": "2.1.0",
"description": "jQuery component",
"keywords": [
"jquery",
"component"
],
"main": "jquery.js",
"license": "MIT",
"homepage": "https://github.com/components/jquery",
"_release": "2.1.0",
"_resolution": {
"type": "version",
"tag": "2.1.0",
"commit": "099ad075783a6189f13c1e742e03f9cc95654a27"
},
"_source": "git://github.com/components/jquery.git",
"_target": "~2.1.0",
"_originalSource": "jquery",
"_direct": true
}
1 change: 1 addition & 0 deletions bower_components/jquery/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build
11 changes: 11 additions & 0 deletions bower_components/jquery/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
jQuery Component
================

Shim [repository](https://github.com/components/jquery) for the [jQuery](http://jquery.com).

Package Managers
----------------

* [Bower](http://bower.io/): `jquery`
* [Component](https://github.com/component/component): `components/jquery`
* [Composer](http://packagist.org/packages/components/jquery): `components/jquery`
11 changes: 11 additions & 0 deletions bower_components/jquery/bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "jquery",
"version": "2.1.0",
"description": "jQuery component",
"keywords": [
"jquery",
"component"
],
"main": "jquery.js",
"license": "MIT"
}
15 changes: 15 additions & 0 deletions bower_components/jquery/component.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "jquery",
"repo": "components/jquery",
"version": "2.1.0",
"description": "jQuery component",
"keywords": [
"jquery",
"component"
],
"main": "jquery.js",
"scripts": [
"jquery.js"
],
"license": "MIT"
}
36 changes: 36 additions & 0 deletions bower_components/jquery/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"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": "[email protected]"
}
],
"require": {
"robloach/component-installer": "*"
},
"extra": {
"component": {
"scripts": [
"jquery.js"
],
"files": [
"jquery.min.js",
"jquery.min.map",
"jquery-migrate.js",
"jquery-migrate.min.js"
]
}
}
}
Loading

0 comments on commit 8cab5b2

Please sign in to comment.