https://github.com/twbs/bootstrap
Revision 3173efd9d96ae54992057df9259725d5732f5629 authored by Patrick H. Lauke on 28 February 2015, 22:11:30 UTC, committed by Patrick H. Lauke on 28 February 2015, 22:11:30 UTC
[Fixes #15928] Encourage use of icons with form validation states for co...
2 parent s ad379ff + 94406bc
Raw File
Tip revision: 3173efd9d96ae54992057df9259725d5732f5629 authored by Patrick H. Lauke on 28 February 2015, 22:11:30 UTC
Merge pull request #15929 from kkirsche/patch-5
Tip revision: 3173efd
bower.json
{
  "name": "bootstrap",
  "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
  "version": "3.3.2",
  "keywords": [
    "css",
    "js",
    "less",
    "mobile-first",
    "responsive",
    "front-end",
    "framework",
    "web"
  ],
  "homepage": "http://getbootstrap.com",
  "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",
    "dist/fonts/glyphicons-halflings-regular.woff2"
  ],
  "ignore": [
    "/.*",
    "_config.yml",
    "CNAME",
    "composer.json",
    "CONTRIBUTING.md",
    "docs",
    "js/tests",
    "test-infra"
  ],
  "dependencies": {
    "jquery": ">= 1.9.1"
  }
}
back to top