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