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: 1fea879908147e0d084f65f134b87af452185c95 (plain)
1
2
3
4
5
6
7
8
{
  "name": "bootstrap",
  "version": "2.3.2",
  "main": ["./docs/assets/js/bootstrap.js", "./docs/assets/css/bootstrap.css"],
  "dependencies": {
    "jquery": ">=1.8.0 <2.1.0"
  }
}