bower.json 555 Bytes
Newer Older
1
2
{
  "name": "bootstrap",
Mark Otto's avatar
Mark Otto committed
3
  "version": "3.1.1",
Zlatan Vasović's avatar
Zlatan Vasović committed
4
5
6
  "keywords": [
    "css"
  ],
7
  "main": [
XhmikosR's avatar
XhmikosR committed
8
    "./dist/css/bootstrap.css",
XhmikosR's avatar
XhmikosR committed
9
    "./dist/js/bootstrap.js",
10
11
12
13
14
    "./dist/fonts/glyphicons-halflings-regular.eot",
    "./dist/fonts/glyphicons-halflings-regular.svg",
    "./dist/fonts/glyphicons-halflings-regular.ttf",
    "./dist/fonts/glyphicons-halflings-regular.woff"
  ],
15
  "ignore": [
16
    "**/.*",
Zlatan Vasović's avatar
Zlatan Vasović committed
17
    "_config.yml",
18
19
    "CNAME",
    "composer.json",
XhmikosR's avatar
XhmikosR committed
20
    "CONTRIBUTING.md",
Zlatan Vasović's avatar
Zlatan Vasović committed
21
    "docs",
XhmikosR's avatar
XhmikosR committed
22
    "js/tests"
23
  ],
24
  "dependencies": {
25
    "jquery": ">= 1.9.0"
26
  }
27
}