{
  "name": "bootstrap",
  "version": "3.0.3",
  "main": [
    "./dist/css/bootstrap.css",
    "./dist/js/bootstrap.js",
    "./dist/fonts/glyphicons-halflings-regular.eot",
    "./dist/fonts/glyphicons-halflings-regular.svg",
    "./dist/fonts/glyphicons-halflings-regular.ttf",
    "./dist/fonts/glyphicons-halflings-regular.woff"
  ],
  "ignore": [
    "**/.*",
    "*.html",
    "_*",
    "CNAME",
    "composer.json",
    "CONTRIBUTING.md",
    "docs-assets",
    "examples",
    "js/tests"
  ],
  "dependencies": {
    "jquery": ">= 1.9.0"
  }
}