]> git.ipfire.org Git - ipfire.org.git/blame - src/scss/bootstrap-4.0.0-alpha.6/bower.json
Introduce autotools
[ipfire.org.git] / src / scss / bootstrap-4.0.0-alpha.6 / bower.json
CommitLineData
91e44d91
S
1{
2 "name": "bootstrap",
3 "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
4 "keywords": [
5 "css",
6 "js",
7 "sass",
8 "mobile-first",
9 "responsive",
10 "front-end",
11 "framework",
12 "web"
13 ],
14 "homepage": "https://getbootstrap.com",
15 "license": "MIT",
16 "moduleType": "globals",
17 "main": [
18 "scss/bootstrap.scss",
19 "dist/js/bootstrap.js"
20 ],
21 "ignore": [
22 "/.*",
23 "_config.yml",
24 "CNAME",
25 "composer.json",
26 "CONTRIBUTING.md",
27 "docs",
28 "js/tests",
29 "test-infra"
30 ],
31 "dependencies": {
32 "jquery": ">=1.9.1",
33 "tether": "^1.4.0"
34 }
35}