.bower.json 948 B

123456789101112131415161718192021222324252627282930313233343536373839
  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. "_release": "3.0.1",
  31. "_resolution": {
  32. "type": "version",
  33. "tag": "3.0.1",
  34. "commit": "85b2eeeda139469bf02218bc2fed82d94ce66dad"
  35. },
  36. "_source": "git://github.com/istvan-ujjmeszaros/bootstrap-touchspin.git",
  37. "_target": "~3.0.1",
  38. "_originalSource": "bootstrap-touchspin"
  39. }