https://github.com/twbs/bootstrap
Revision a720e23a518388ae5a374f3499099ca14a68e1e7 authored by Mark Otto on 26 November 2017, 21:42:01 UTC, committed by Mark Otto on 26 November 2017, 21:42:01 UTC
1 parent fac4854
Raw File
Tip revision: a720e23a518388ae5a374f3499099ca14a68e1e7 authored by Mark Otto on 26 November 2017, 21:42:01 UTC
remove autocomplete
Tip revision: a720e23
composer.json
{
  "name": "twbs/bootstrap",
  "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
  "keywords": [
    "css",
    "js",
    "less",
    "mobile-first",
    "responsive",
    "front-end",
    "framework",
    "web"
  ],
  "homepage": "http://getbootstrap.com",
  "authors": [
    {
      "name": "Mark Otto",
      "email": "markdotto@gmail.com"
    },
    {
      "name": "Jacob Thornton",
      "email": "jacobthornton@gmail.com"
    }
  ],
  "support": {
    "issues": "https://github.com/twbs/bootstrap/issues"
  },
  "license": "MIT",
  "extra": {
    "branch-alias": {
      "dev-master": "3.4.x-dev"
    }
  },
  "replace": {
    "twitter/bootstrap": "self.version"
  }
}
back to top