Skip to content

Commit

Permalink
Adding reference for color brewer colors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Palazzolo committed Aug 9, 2013
1 parent af1f31a commit cfcb22b
Show file tree
Hide file tree
Showing 14 changed files with 9,526 additions and 36 deletions.
3 changes: 2 additions & 1 deletion bower.json
Expand Up @@ -13,6 +13,7 @@
"dependencies": {
"d3": "git://github.com/mbostock/d3.git#~3.2.8",
"simple": "https://github.com/michaelparenteau/simple.git",
"topojson": "~1.2.3"
"topojson": "~1.2.3",
"jquery": "~2.0.3"
}
}
21 changes: 21 additions & 0 deletions bower_components/jquery/.bower.json
@@ -0,0 +1,21 @@
{
"name": "jquery",
"version": "2.0.3",
"description": "jQuery component",
"keywords": [
"jquery",
"component"
],
"main": "jquery.js",
"license": "MIT",
"homepage": "https://github.com/components/jquery",
"_release": "2.0.3",
"_resolution": {
"type": "version",
"tag": "2.0.3",
"commit": "452a56b52b8f4a032256cdb8b6838f25f0bdb3d2"
},
"_source": "git://github.com/components/jquery.git",
"_target": "~2.0.3",
"_direct": true
}
1 change: 1 addition & 0 deletions bower_components/jquery/.gitignore
@@ -0,0 +1 @@
build
11 changes: 11 additions & 0 deletions bower_components/jquery/README.md
@@ -0,0 +1,11 @@
jQuery Component
================

Shim repository 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
@@ -0,0 +1,11 @@
{
"name": "jquery",
"version": "2.0.3",
"description": "jQuery component",
"keywords": [
"jquery",
"component"
],
"main": "jquery.js",
"license": "MIT"
}
15 changes: 15 additions & 0 deletions bower_components/jquery/component.json
@@ -0,0 +1,15 @@
{
"name": "jquery",
"repo": "components/jquery",
"version": "2.0.3",
"description": "jQuery component",
"keywords": [
"jquery",
"component"
],
"main": "jquery.js",
"scripts": [
"jquery.js"
],
"license": "MIT"
}
35 changes: 35 additions & 0 deletions bower_components/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"
]
}
}
}

0 comments on commit cfcb22b

Please sign in to comment.