.bower.json 797 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "bootstrap-rtl",
  3. "description": "Right-to-left (RTL) theme for Twitter Bootstrap 3.x",
  4. "version": "3.3.2",
  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. "_release": "3.3.2",
  26. "_resolution": {
  27. "type": "version",
  28. "tag": "v3.3.2",
  29. "commit": "8c7a4a9313249ca70baf9d73d65fe17660e2e8c6"
  30. },
  31. "_source": "git://github.com/morteza/bootstrap-rtl.git",
  32. "_target": "~3.3.1",
  33. "_originalSource": "bootstrap-rtl"
  34. }