package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "name": "bootstrap-touchspin",
  3. "title": "Bootstrap Touchspin",
  4. "description": "A mobile and touch friendly input spinner component for Bootstrap 3.",
  5. "author": {
  6. "name": "István Ujj-Mészáros",
  7. "url": "https://github.com/istvan-ujjmeszaros"
  8. },
  9. "contributors": [
  10. {
  11. "name": "István Ujj-Mészáros",
  12. "url": "https://github.com/istvan-ujjmeszaros"
  13. },
  14. {
  15. "name": "Stefan Bauer",
  16. "url": "https://github.com/sba"
  17. },
  18. {
  19. "name": "Duy Anh Nguyen",
  20. "url": "https://github.com/aduyng"
  21. },
  22. {
  23. "name": "Emanuele Rampichini",
  24. "url": "https://github.com/lele85"
  25. },
  26. {
  27. "name": "Eliak",
  28. "url": "https://github.com/Eliak"
  29. },
  30. {
  31. "name": "amid2887",
  32. "url": "https://github.com/amid2887"
  33. }
  34. ],
  35. "repository": {
  36. "type": "git",
  37. "url": "http://github.com/istvan-ujjmeszaros/bootstrap-touchspin.git"
  38. },
  39. "homepage": "http://www.virtuosoft.eu/code/bootstrap-touchspin/",
  40. "version": "3.0.1",
  41. "devDependencies": {
  42. "grunt": "~0.4.1",
  43. "grunt-cli": "~0.1.13",
  44. "grunt-contrib-jshint": "~0.8.0",
  45. "grunt-contrib-concat": "~0.3.0",
  46. "grunt-contrib-uglify": "~0.3.2",
  47. "grunt-contrib-cssmin": "~0.9.0"
  48. },
  49. "scripts": {
  50. "test": "grunt travis --verbose"
  51. }
  52. }