aboutsummaryrefslogtreecommitdiff
path: root/bower.json
blob: a7f3f769a0792b15d317b6b9e8b5d249a2f30989 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "bootstrap",
  "version": "3.0.0",
  "main": ["./dist/js/bootstrap.min.js", "./dist/css/bootstrap.min.css"],
  "ignore": [
      "**/.*"
  ],
  "dependencies": {
    "jquery": ">= 1.9.0"
  }
}