.bower.json 557 B

123456789101112131415161718192021
  1. {
  2. "name": "bootstrap2.3.2",
  3. "version": "2.3.2",
  4. "main": [
  5. "./bootstrap/js/bootstrap.js",
  6. "./bootstrap/css/bootstrap.css"
  7. ],
  8. "dependencies": {
  9. "jquery": ">=1.8.0 <2.1.0"
  10. },
  11. "homepage": "https://github.com/alonisser/bower-bootstrap-2.3.2-legacy",
  12. "_release": "2.3.2",
  13. "_resolution": {
  14. "type": "version",
  15. "tag": "v2.3.2",
  16. "commit": "3a9f0d6888383a456348ed97c10e65554c7fdc02"
  17. },
  18. "_source": "git://github.com/alonisser/bower-bootstrap-2.3.2-legacy.git",
  19. "_target": "^2.3.2",
  20. "_originalSource": "bootstrap2.3.2"
  21. }