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

component.json - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c26455cc1ec01f471d92e56ba65602f714c4d339 (plain)
1
2
3
4
5
6
7
8
{
  "name": "bootstrap",
  "version": "2.2.3",
  "main": ["./docs/assets/js/bootstrap.js", "./docs/assets/css/bootstrap.css"],
  "dependencies": {
    "jquery": "~1.8.0"
  }
}