bower.json 431 B

12345678910111213141516171819202122
  1. {
  2. "name": "bootstrap-slider",
  3. "main": ["bootstrap-slider.js", "slider.css"],
  4. "version": "2.0.0",
  5. "homepage": "https://github.com/pammacdotnet/bootstrap-slider",
  6. "authors": [
  7. "pammacdotnet"
  8. ],
  9. "description": "Eyecon Slider for Bootstrap",
  10. "keywords": [
  11. "slider",
  12. "bootstrap"
  13. ],
  14. "license": "Apache",
  15. "ignore": [
  16. "**/.*",
  17. "node_modules",
  18. "bower_components",
  19. "test",
  20. "tests"
  21. ]
  22. }