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.
"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"