.bower.json 651 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "bootstrap-css-only",
  3. "version": "3.2.0",
  4. "keywords": [
  5. "twitter",
  6. "bootstrap",
  7. "twitter-bootstrap",
  8. "css"
  9. ],
  10. "main": [
  11. "css/bootstrap.css"
  12. ],
  13. "homepage": "http://getbootstrap.com/",
  14. "author": {
  15. "name": "Twitter Inc."
  16. },
  17. "repository": {
  18. "type": "git",
  19. "url": "git://github.com/fyockm/bootstrap-css-only.git"
  20. },
  21. "_release": "3.2.0",
  22. "_resolution": {
  23. "type": "version",
  24. "tag": "3.2.0",
  25. "commit": "d188941913d98e32cd46ec340279ec2bc296d670"
  26. },
  27. "_source": "git://github.com/fyockm/bootstrap-css-only.git",
  28. "_target": "~3.2.0",
  29. "_originalSource": "bootstrap-css-only"
  30. }