https://github.com/twbs/bootstrap
Raw File
Tip revision: 980d8ea2d828fe1796a423f80d84d526b0252a89 authored by Mark Otto on 19 August 2015, 07:07:59 UTC
docs tweaks for responsive
Tip revision: 980d8ea
bower.json
{
  "name": "bootstrap",
  "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
  "keywords": [
    "css",
    "js",
    "sass",
    "mobile-first",
    "responsive",
    "front-end",
    "framework",
    "web"
  ],
  "homepage": "http://getbootstrap.com",
  "license": "MIT",
  "moduleType": "globals",
  "main": [
    "scss/bootstrap.scss",
    "dist/js/bootstrap.js"
  ],
  "ignore": [
    "/.*",
    "_config.yml",
    "CNAME",
    "composer.json",
    "CONTRIBUTING.md",
    "docs",
    "js/tests",
    "test-infra"
  ],
  "dependencies": {
    "jquery": "1.9.1 - 2"
  }
}
back to top