bower.json 534 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "bootstrap-rtl",
  3. "description": "Right-to-left (RTL) theme for Twitter Bootstrap 3.x",
  4. "version": "3.3.2-rc1",
  5. "homepage": "https://github.com/morteza/bootstrap-rtl",
  6. "authors": [
  7. "Morteza Ansarinia (http://github.com/morteza)"
  8. ],
  9. "main": [
  10. "dist/css/bootstrap-rtl.css"
  11. ],
  12. "ignore": [
  13. "**/.*",
  14. "_config.yml",
  15. "CNAME",
  16. "composer.json",
  17. "CONTRIBUTING.md",
  18. "docs",
  19. "js/tests"
  20. ],
  21. "dependencies": {
  22. "bootstrap": "3.3.1"
  23. },
  24. "license": "Unlicensed Public Domain"
  25. }