package.json 876 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "bootstrap-rtl",
  3. "description": "Right-to-left (RTL) theme for Boostrap 3.x",
  4. "version": "3.3.2-rc1",
  5. "style": "dist/css/bootstrap-rtl.css",
  6. "homepage": "http://github.com/morteza/bootstrap-rtl",
  7. "author": "Morteza Ansarinia (http://github.com/morteza)",
  8. "keywords": [
  9. "twitter",
  10. "bootstrap",
  11. "rtl",
  12. "css",
  13. "persian",
  14. "farsi",
  15. "arabic",
  16. "hebrew",
  17. "theme"
  18. ],
  19. "dependencies" : {
  20. "bootstrap": "^3.3.1"
  21. },
  22. "devDependencies": {
  23. "grunt": "~0.4.5",
  24. "grunt-banner": "~0.2.3",
  25. "grunt-contrib-less": "~0.12.0"
  26. },
  27. "engines": {
  28. "node": "~0.10.1"
  29. },
  30. "repository": {
  31. "type": "git",
  32. "url": "https://github.com/morteza/bootstrap-rtl.git"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/morteza/bootstrap-rtl/issues"
  36. },
  37. "licenses": [{
  38. "type": "Unlicensed Public Domain"
  39. }]
  40. }