Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bower.json - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b0570cd7070c144fe034cf64fd1218d885ab0dab (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "bootstrap",
  "version": "3.0.0",
  "main": ["./docs/assets/js/bootstrap.js", "./docs/assets/css/bootstrap.css"],
  "ignore": [
      "**/.*"
  ],
  "dependencies": {
    "jquery": ">= 1.9.0"
  }
}