Skip to content

Instantly share code, notes, and snippets.

@colintoh
Created November 13, 2014 10:01
Show Gist options
  • Save colintoh/d89f60cf24eb1e0c749f to your computer and use it in GitHub Desktop.
Save colintoh/d89f60cf24eb1e0c749f to your computer and use it in GitHub Desktop.
Simplified Bootstrap's bower
{
"name": "bootstrap",
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
"version": "3.3.1",
"main": [
"less/bootstrap.less",
"dist/css/bootstrap.css",
"dist/js/bootstrap.js",
"dist/fonts/glyphicons-halflings-regular.eot",
"dist/fonts/glyphicons-halflings-regular.svg",
"dist/fonts/glyphicons-halflings-regular.ttf",
"dist/fonts/glyphicons-halflings-regular.woff"
],
"dependencies": {
"jquery": ">= 1.9.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment