https://github.com/twbs/bootstrap
Raw File
Tip revision: 48938155eb24b4ccdde09426066869504c6dab3c authored by Mark Otto on 08 December 2015, 17:51:50 UTC
Merge pull request #18479 from twbs/v4a2
Tip revision: 4893815
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