File diff 81062ec426ce → ecd9ba4a37ca
bootstrap-3.0.0/bower.json
Show inline comments
 
new file 100644
 
{
 
  "name": "bootstrap",
 
  "version": "3.0.0",
 
  "main": ["./dist/js/bootstrap.js", "./dist/css/bootstrap.css"],
 
  "ignore": [
 
      "**/.*"
 
  ],
 
  "dependencies": {
 
    "jquery": ">= 1.9.0"
 
  }
 
}