composer.json 553 B

12345678910111213141516171819
  1. {
  2. "name": "igorescobar/jquery-mask-plugin",
  3. "type": "library",
  4. "description": "A jQuery Plugin to make masks on form fields and html elements.",
  5. "keywords": ["jquery", "mask", "plugin"],
  6. "homepage": "https://github.com/igorescobar/jQuery-Mask-Plugin",
  7. "license": "MIT",
  8. "authors": [
  9. {
  10. "name": "Igor Escobar",
  11. "email": "blog@igorescobar.com",
  12. "homepage": "https://about.me/igorescobar",
  13. "role": "Developer"
  14. }
  15. ],
  16. "support": {
  17. "issues": "https://github.com/igorescobar/jQuery-Mask-Plugin/issues"
  18. }
  19. }