unignore bower_components
[bootswatch] / bower_components / bootstrap / .bower.json
1 {
2   "name": "bootstrap",
3   "version": "3.0.0-rc1",
4   "main": [
5     "./docs/assets/js/bootstrap.js",
6     "./docs/assets/css/bootstrap.css"
7   ],
8   "ignore": [
9     "**/.*"
10   ],
11   "dependencies": {
12     "jquery": ">= 1.9.0"
13   },
14   "homepage": "https://github.com/twbs/bootstrap",
15   "_release": "3.0.0-rc1",
16   "_resolution": {
17     "type": "version",
18     "tag": "v3.0.0-rc1",
19     "commit": "9c63ffa00fd55c7e61c51b58778b06b28f93e1a8"
20   },
21   "_source": "git://github.com/twbs/bootstrap.git",
22   "_target": "~3.0.0"
23 }