.bower.json 852 B

123456789101112131415161718192021222324252627282930313233343536
  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. "_release": "10.6.2",
  27. "_resolution": {
  28. "type": "version",
  29. "tag": "v10.6.2",
  30. "commit": "09c1c049f8309369f508e1ba496d6483523890e6"
  31. },
  32. "_source": "https://github.com/seiyria/bootstrap-slider.git",
  33. "_target": "^10.6.2",
  34. "_originalSource": "seiyria-bootstrap-slider",
  35. "_direct": true
  36. }