bower.json 659 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "bootstrap-touchspin",
  3. "version": "3.0.1",
  4. "homepage": "http://www.virtuosoft.eu/code/bootstrap-touchspin/",
  5. "authors": [
  6. {
  7. "name": "István Ujj-Mészáros",
  8. "url": "https://github.com/istvan-ujjmeszaros"
  9. }
  10. ],
  11. "description": "Bootstrap TouchSpin is a mobile and touch friendly input spinner component for Bootstrap 3.",
  12. "dependencies": {
  13. "jquery": ">=1.9.0",
  14. "bootstrap": ">=3.0.0"
  15. },
  16. "license": "Apache License, Version 2.0",
  17. "keywords": [
  18. "jquery",
  19. "plugin",
  20. "bootstrap",
  21. "ui"
  22. ],
  23. "ignore": [
  24. "**/.*",
  25. "node_modules",
  26. "bower_components",
  27. "test",
  28. "tests"
  29. ]
  30. }