jquery.inputmask.jquery.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "jquery.inputmask",
  3. "title": "jQuery Inputmask",
  4. "description": "jquery.inputmask is a jquery plugin which create an input mask.
  5. An inputmask helps the user with the input by ensuring a predefined format. This can be usefull for dates, numerics, phone numbers, ...
  6. Highlights:
  7. - easy to use
  8. - optional parts anywere in the mask
  9. - possibility to define aliases which hide complexity
  10. - date / datetime masks
  11. - numeric masks
  12. - lots of callbacks
  13. - non-greedy masks
  14. - many features can be enabled/disabled/configured by options
  15. - supports readonly/disabled/dir="rtl" attributes
  16. - support data-inputmask attribute",
  17. "keywords": [
  18. "input",
  19. "form",
  20. "inputmask",
  21. "mask"
  22. ],
  23. "version": "1.3.4",
  24. "author": {
  25. "name": "Robin Herbots",
  26. "url": "http://github.com/RobinHerbots/jquery.inputmask"
  27. ],
  28. "licenses": [
  29. {
  30. "type": "MIT",
  31. "url": "http://www.opensource.org/licenses/mit-license.php"
  32. }
  33. ],
  34. "bugs": "http://github.com/RobinHerbots/jquery.inputmask/issues",
  35. "homepage": "http://github.com/RobinHerbots/jquery.inputmask",
  36. "docs": "http://github.com/RobinHerbots/jquery.inputmask",
  37. "download": "http://github.com/RobinHerbots/jquery.inputmask",
  38. "dependencies": {
  39. "jquery": ">=1.5"
  40. }
  41. }