bootstrap-touchspin.jquery.json 951 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "bootstrap-touchspin",
  3. "title": "Bootstrap TouchSpin",
  4. "description": "A mobile and touch friendly input spinner component for Bootstrap 3.",
  5. "keywords": [
  6. "input",
  7. "bootstrap",
  8. "number",
  9. "range",
  10. "spinbutton",
  11. "spinner"
  12. ],
  13. "version": "3.0.1",
  14. "author": {
  15. "name": "István Ujj-Mészáros",
  16. "url": "https://github.com/istvan-ujjmeszaros"
  17. },
  18. "licenses": [
  19. {
  20. "type": "Apache License v2.0",
  21. "url": "http://www.apache.org/licenses/LICENSE-2.0"
  22. }
  23. ],
  24. "homepage": "http://www.virtuosoft.eu/code/bootstrap-touchspin/",
  25. "demo": "http://www.virtuosoft.eu/code/bootstrap-touchspin/",
  26. "docs": "http://www.virtuosoft.eu/code/bootstrap-touchspin/",
  27. "download": "https://github.com/istvan-ujjmeszaros/bootstrap-touchspin/archive/master.zip",
  28. "dependencies": {
  29. "jquery": ">=1.7"
  30. }
  31. }