bower.json 422 B

12345678910111213141516171819202122
  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. }