mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-23 09:41:11 +00:00
I've kept only the files I consider relevant to bower installation: - Files in dist directory; - Files in js directory; - Files in less directory; - bower.json file; - README.md file; - LICENSE file.
24 lines
419 B
JSON
24 lines
419 B
JSON
{
|
|
"name": "bootstrap",
|
|
"version": "3.0.0",
|
|
"main": ["./dist/js/bootstrap.js", "./dist/css/bootstrap.css", "./dist/fonts/*"],
|
|
"ignore": [
|
|
"**/.*",
|
|
"_*",
|
|
"assets",
|
|
"examples",
|
|
"/fonts",
|
|
"js/tests",
|
|
"CNAME",
|
|
"CONTRIBUTING.md",
|
|
"Gruntfile.js",
|
|
"browserstack.json",
|
|
"composer.json",
|
|
"package.json",
|
|
"*.html"
|
|
],
|
|
"dependencies": {
|
|
"jquery": ">= 1.9.0"
|
|
}
|
|
}
|