Merge "add web portal framework for TestAPI"
[releng.git] / utils / test / testapi / 3rd_party / static / testapi-ui / assets / lib / bootstrap / bower.json
1 {
2   "name": "bootstrap",
3   "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
4   "version": "3.3.2",
5   "keywords": [
6     "css",
7     "js",
8     "less",
9     "mobile-first",
10     "responsive",
11     "front-end",
12     "framework",
13     "web"
14   ],
15   "homepage": "http://getbootstrap.com",
16   "main": [
17     "less/bootstrap.less",
18     "dist/css/bootstrap.css",
19     "dist/js/bootstrap.js",
20     "dist/fonts/glyphicons-halflings-regular.eot",
21     "dist/fonts/glyphicons-halflings-regular.svg",
22     "dist/fonts/glyphicons-halflings-regular.ttf",
23     "dist/fonts/glyphicons-halflings-regular.woff"
24   ],
25   "ignore": [
26     "/.*",
27     "_config.yml",
28     "CNAME",
29     "composer.json",
30     "CONTRIBUTING.md",
31     "docs",
32     "js/tests",
33     "test-infra"
34   ],
35   "dependencies": {
36     "jquery": ">= 1.9.1"
37   }
38 }