bower.json 547 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "seiyria-bootstrap-slider",
  3. "version": "10.6.2",
  4. "homepage": "https://github.com/seiyria/bootstrap-slider",
  5. "authors": [
  6. "Kyle Kemp <kyle@seiyria.com>",
  7. "Rohit Kalkur <rohit.kalkur@gmail.com>"
  8. ],
  9. "description": "a slider element for bootstrap 2/3",
  10. "main": [
  11. "dist/bootstrap-slider.js",
  12. "dist/css/bootstrap-slider.css"
  13. ],
  14. "keywords": [
  15. "slider",
  16. "bootstrap2",
  17. "bootstrap3",
  18. "bootstrap"
  19. ],
  20. "license": "MIT",
  21. "ignore": [
  22. "**/.*",
  23. "node_modules",
  24. "bower_components"
  25. ]
  26. }