jquery.inputmask.jquery.json 845 B

1234567891011121314151617181920212223242526272829
  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. "version": "3.1.26",
  12. "author": {
  13. "name": "Robin Herbots",
  14. "url": "http://github.com/RobinHerbots/jquery.inputmask"
  15. },
  16. "licenses": [
  17. {
  18. "type": "MIT",
  19. "url": "http://opensource.org/licenses/mit-license.php"
  20. }
  21. ],
  22. "bugs": "http://github.com/RobinHerbots/jquery.inputmask/issues",
  23. "homepage": "http://github.com/RobinHerbots/jquery.inputmask",
  24. "docs": "http://github.com/RobinHerbots/jquery.inputmask",
  25. "download": "http://github.com/RobinHerbots/jquery.inputmask",
  26. "dependencies": {
  27. "jquery": ">=1.7"
  28. }
  29. }