bower.json 849 Bytes
Newer Older
1
2
{
  "name": "bootstrap",
3
  "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
Mark Otto's avatar
Mark Otto committed
4
  "version": "3.1.1",
Zlatan Vasović's avatar
Zlatan Vasović committed
5
  "keywords": [
6
7
8
9
10
11
12
13
    "css",
    "js",
    "less",
    "mobile-first",
    "responsive",
    "front-end",
    "framework",
    "web"
Zlatan Vasović's avatar
Zlatan Vasović committed
14
  ],
15
  "homepage": "http://getbootstrap.com",
16
  "main": [
17
    "less/bootstrap.less",
18
19
20
21
22
23
    "dist/css/bootstrap.css",
    "dist/js/bootstrap.js",
    "dist/fonts/glyphicons-halflings-regular.eot",
    "dist/fonts/glyphicons-halflings-regular.svg",
    "dist/fonts/glyphicons-halflings-regular.ttf",
    "dist/fonts/glyphicons-halflings-regular.woff"
24
  ],
25
  "ignore": [
26
    ".*",
Zlatan Vasović's avatar
Zlatan Vasović committed
27
    "_config.yml",
28
29
    "CNAME",
    "composer.json",
XhmikosR's avatar
XhmikosR committed
30
    "CONTRIBUTING.md",
Zlatan Vasović's avatar
Zlatan Vasović committed
31
    "docs",
32
33
    "js/tests",
    "test-infra"
34
  ],
35
  "dependencies": {
36
    "jquery": ">= 1.9.0"
37
  }
38
}