jquery.inputmask.jquery.json 902 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "jquery.inputmask",
  3. "title": "jQuery Inputmask",
  4. "description": "jquery.inputmask is a jquery plugin which create an input mask.",
  5. "keywords": [
  6. "input",
  7. "form",
  8. "inputmask",
  9. "mask"
  10. ],
  11. <<<<<<< HEAD
  12. "version": "2.1.7"
  13. =======
  14. "version": "2.1.7"
  15. >>>>>>> 1.x
  16. "author": {
  17. "name": "Robin Herbots",
  18. "url": "http://github.com/RobinHerbots/jquery.inputmask"
  19. },
  20. "licenses": [
  21. {
  22. "type": "MIT",
  23. "url": "http://www.opensource.org/licenses/mit-license.php"
  24. }
  25. ],
  26. "bugs": "http://github.com/RobinHerbots/jquery.inputmask/issues",
  27. "homepage": "http://github.com/RobinHerbots/jquery.inputmask",
  28. "docs": "http://github.com/RobinHerbots/jquery.inputmask",
  29. "download": "http://github.com/RobinHerbots/jquery.inputmask",
  30. "dependencies": {
  31. "jquery": ">=1.5"
  32. }
  33. }