Skip to content

Commit

Permalink
check in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Swartz committed Mar 21, 2015
1 parent abca741 commit d2df828
Show file tree
Hide file tree
Showing 8,900 changed files with 1,451,390 additions and 2 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 0 additions & 2 deletions .gitignore
@@ -1,3 +1 @@
*.log
node_modules
app/bower_components
34 changes: 34 additions & 0 deletions app/bower_components/components-bootstrap/.bower.json
@@ -0,0 +1,34 @@
{
"name": "components-bootstrap",
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
"homepage": "http://getbootstrap.com",
"version": "3.3.2",
"keywords": [
"css",
"less",
"mobile-first",
"responsive",
"front-end",
"framework",
"web"
],
"license": "MIT",
"dependencies": {
"jquery": ">=1.9.1"
},
"main": "js/bootstrap.js",
"ignore": [
"component.json",
"package.json",
"composer.json"
],
"_release": "3.3.2",
"_resolution": {
"type": "version",
"tag": "3.3.2",
"commit": "bffd83f39eb2679850482410b9bdd39a8cc456e5"
},
"_source": "git://github.com/components/bootstrap.git",
"_target": "3.x.x",
"_originalSource": "components-bootstrap"
}
6 changes: 6 additions & 0 deletions app/bower_components/components-bootstrap/.gitignore
@@ -0,0 +1,6 @@
build
vendor
components
jam
node_modules
composer.lock
18 changes: 18 additions & 0 deletions app/bower_components/components-bootstrap/README.md
@@ -0,0 +1,18 @@
Bootstrap
=========

Shim repository for [Bootstrap](http://getbootstrap.com).

This package just provides the basic Bootstrap JavaScript in the package. This
means that although the stylesheets are there, you will be required to provide
your own means of including the styles. If you aim to use the default Bootstrap
styles, then you could use the [components/bootstrap-default](http://github.com/components/bootstrap-default)
package for that.

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

* [npm](http://npmjs.org/package/components-bootstrap): `components-bootstrap`
* [Bower](http://twitter.github.com/bower/): `components-bootstrap`
* [Component](https://github.com/component/component): `components/bootstrap`
* [Composer](http://packagist.org/packages/components/bootstrap): `components/bootstrap`
25 changes: 25 additions & 0 deletions app/bower_components/components-bootstrap/bower.json
@@ -0,0 +1,25 @@
{
"name": "components-bootstrap",
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
"homepage": "http://getbootstrap.com",
"version": "3.3.2",
"keywords": [
"css",
"less",
"mobile-first",
"responsive",
"front-end",
"framework",
"web"
],
"license": "MIT",
"dependencies": {
"jquery": ">=1.9.1"
},
"main": "js/bootstrap.js",
"ignore": [
"component.json",
"package.json",
"composer.json"
]
}

0 comments on commit d2df828

Please sign in to comment.