bower.json 615 Bytes
Newer Older
1
2
{
  "name": "bootstrap",
3
  "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
Chris Rebert's avatar
Chris Rebert committed
4
  "version": "3.3.4",
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
    "dist/js/bootstrap.js"
19
  ],
20
  "ignore": [
Mark Otto's avatar
Mark Otto committed
21
    "/.*",
Zlatan Vasović's avatar
Zlatan Vasović committed
22
    "_config.yml",
23
24
    "CNAME",
    "composer.json",
XhmikosR's avatar
XhmikosR committed
25
    "CONTRIBUTING.md",
Zlatan Vasović's avatar
Zlatan Vasović committed
26
    "docs",
27
28
    "js/tests",
    "test-infra"
29
  ],
30
  "dependencies": {
31
    "jquery": ">= 1.9.1"
32
  }
33
}