1.1 --- a/bootstrap-source/bootstrap-3.0.3/bower.json Sat Jan 18 12:34:36 2014 +0100
1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
1.3 @@ -1,30 +0,0 @@
1.4 -{
1.5 - "name": "bootstrap",
1.6 - "version": "3.0.3",
1.7 - "main": [
1.8 - "./dist/js/bootstrap.js",
1.9 - "./dist/css/bootstrap.css",
1.10 - "./dist/fonts/glyphicons-halflings-regular.eot",
1.11 - "./dist/fonts/glyphicons-halflings-regular.svg",
1.12 - "./dist/fonts/glyphicons-halflings-regular.ttf",
1.13 - "./dist/fonts/glyphicons-halflings-regular.woff"
1.14 - ],
1.15 - "ignore": [
1.16 - "**/.*",
1.17 - "_*",
1.18 - "docs-assets",
1.19 - "examples",
1.20 - "/fonts",
1.21 - "js/tests",
1.22 - "CNAME",
1.23 - "CONTRIBUTING.md",
1.24 - "Gruntfile.js",
1.25 - "browserstack.json",
1.26 - "composer.json",
1.27 - "package.json",
1.28 - "*.html"
1.29 - ],
1.30 - "dependencies": {
1.31 - "jquery": ">= 1.9.0"
1.32 - }
1.33 -}